Share your ideas on how to improve SmartGit!
This is no support platform! To report bugs or request support, please contact us directly. If in doubt ask us.
First search for a similar request and add your votes or comments there.
Take the time to describe your request as precisely as possible, so users will understand what you want. Please note that we appreciate your time and input, but we don't give any guarantees that a certain feature will be implemented. Usually, a minimum requirement is a sufficient number of votes. Hence, please don't comment like "when will this be implemented", but vote instead.
Follow the stackoverflow.com writing guidelines.
Thank you for your help!
Clicking the Pull button should behave as the Push button does - immediately do the pull
Clicking the Pull button pops up a dialog window of the options, which I almost never use, and requires user to press Enter or click. If I need to do pull options, the button's drop down menu has them.
This is also true of the context menu's Pull... and Ctrl-P shortcut, but those work as is.
Clicking the Push button immediately does the push. If I need to adjust the push, the button's drop down menu has it.
Output window: add date and time stamps for events
To aid in diagnosing merge issues and checking when events occurred add the date and time stamp to each node in the output tab
Changes view: allow staging/unstaging in "compact changes display", too
The rows can be reverted only in standard changes view, not in compact one. I don't know, if it is because of any technical
Log: allow searching using logical operators
I would like to be able to filter the log using logical operators. For example, I'd like to perform searches like:
"crash +startup +UI"
"settings -frontend"
"<my user name> +merge"
etc.
Basically I want to be able to combine search terms using logical "and" and "not" operations, so that I can filter the log down to only the specific commits I'm interested in.
Currently this is not possible, and makes it difficult to find a particular commit. For example, searching for my user name might turn up thousands of commits, but searching for my username AND "crash" will filter that list down considerably.
This is a simpler version of a far more complex request that has been open since before SmartGit had this UserEcho site (see Log: filter query language [SG-10517])
Submodules: Reset multiple submodules at once
if your submodules fail to check out - you have 2 reset each one by hand instead of resetting them all at once
Add full support for shallow clone workflow
Shallow repos are extremely useful when working with huge repositories with long histories and large amounts of data (like binaries).
Since git 1.9 (with better support since 2.5), git has fully supported shallow repos (you can push/pull to/from the remote, etc), and is now very configurable. This lets developers pull down only a small amount of the history, making it faster to work locally (due to less data in the repo that needs to be maintained), and also avoiding the need to pull huge amounts of data over the network when cloning.
SmartGit currently has an option, when cloning a repo, to clone only to a specific depth. However, this is not sufficient for fully supporting a 'shallow repo' workflow, for the following reasons:
Missing functionality:
- If you wish to clone to a specific depth, you only have the option of doing so if you un-check the "fetch all heads and tags". There is no support for fetching all heads so long as they are within the desired commit depth (the "--no-single-branch" option in 'git clone').
- No support for choosing --shallow-submodules vs --no-shallow-submodules when cloning.
- There's only an option to clone to a depth, and not "clone since date" (the "--shallow-since=<date>" option in git clone/fetch)
- No support for --shallow-exclude in clone/fetch/pull
- No way to change the desired depth after cloning (that I could find), to use subsequent fetches/pulls to trim or fill-in the history
- No support for --unshallow, --update-shallow, or --deepen-shallow when fetching
Bugs (as of SmartGit 17.1 preview 6 #11041):
- Regardless of what depth you clone to, when SmartGit does a subsequent fetch, it does not specific the desired depth, so you end up pulling the entire repo anyhow. This defeats the purpose of a shallow clone
This request is similar to https://smartgit.userecho.com/topics/395-implement-a-light-version-of-repository-management/ but expands upon it significantly.
Add support for gitflow-avh
gitflow's last update was about 4 and a half years ago. It's no longer maintained so no new features and more importantly no bug fixes. gitflow-avh is the most popular fork of gitflow and remains active to this day. According to the author of gitflow-avh both Debian and Ubuntu have switched to his fork to provide the git-flow package which is a very good indicator that the original project has died and that AVH is a suitable alternative.
Add option to find common ancestor (aka merge base) for selected commits
Investigating history of commits with many merges can be a real pain. One useful feature is to be able to locate merge base. Not only for merge commits (though it would be useful on its own), but also for arbitrary pair of commits.
Shift+Scroll To Scroll Sideways
On browsers (well, atleast in chrome), if you have a really wide webpage (Trello for example) You can use Shift+Scroll to scroll wideways rather than up and down.
It would be nice if I could do this on Compare Panel too. For comparing long lines of code.
Not normally a problem, but I have a monitor in portrait orientation, and if you are using Index Editor, it doesn't leave much room. I just noticed it was missing was all.
Option to disable all notifications from syntevo but updates
Please allow paid versions to ignore all synteo messages (help us to improve ..., a new beta versions..., etc.).
Customer support service by UserEcho