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!

Better detection for gerrit repositories
I use Gerrit with Smartgit for many repos but Gerrit was never detected by Smartgit despite claimed support.
Documentation says:
SmartGit will detect a remote as being connected to Gerrit, if:
.git/hooks/commit-msg
exists; and- there is only one remote overall or it's the only remote connecting to port 29418 (default Gerrit SSH port)
The second condition is clearly too restrictive. Repos I work with use port 29420 so I'm doomed to never see them detected with current detection method.

Abililty to have GitFlow icon in the log window
For now the GitFlow button can't be added in the log window toolbar... I miss it lots of time when preparing / finishing a release !

Add "Expand/Collapse All" feature in Branches Tab
Add the ability to expand or collapse everything in the Branches Tab. This will recursively go through every branch and tag, and expand (or collapse) those that are grouped together.

Submodule options should be available in right-click menu
It seems to me that the submodule options found in the Remote > Submodule menu should also be available when right-clicking on the root of a specific submodule.

Possibility to show the "Log" from left to right
Reduced branch graph, more compact/less information as the current Log. See the images for example here:
https://git-scm.com/book/de/v1/Git-Branching-Einfaches-Branching-und-Merging

Make keyboard shortcuts available for all the different windows
If you set a keyboard shortcut for, say, "Next Change", in the "Index Editor" window will not work. The "Customize..." menu also points to this behavior by printing "Changes | Next Change" instead of simply "Next Change"

When creating a new Feature (Gitflow), show me what last used names were
The purpose is to easily maintain a counter, like :
Feature-2017-05_my_feature
Then, when I'll create a new feature, whether this one has been closed or not, I'll know I'll have to name it Feature-2017-06_my_new_feature.
The same goes for releases (I name them Release-[number]) and hotfixes (Hotfix-[release_number]-[hotfix_number]).

Log (Hg): allow to compare 2 repository states (like in the Git log)
Let me compare two local branches by its commits and view diff between its files.

Commit log should properly sort commits chronologically
When viewing a log with multiple branches, SmartGit often shows the commits non-chronologically. SmartGit should always show commits in chronological order whenever possible. (Obviously in some cases, such as when history is modified, it may be impossible to show commits in chronological order while maintaining proper parent-child ordering, but SmartGit seems to show commits non-chronologically even when not necessary.)
Here's an example where SmartGit is showing commits non-chronologically:
Customer support service by UserEcho