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!

Consolidate "Main" and "Review" button
Since "Main" and "Review" buttons are mutually exclusive, consolidate them into one toggle button. This will save one space for another button, for us who uses screens with smaller resolution.

Should have option for diff with ignore space and new line.
I have copied my files from windows to ubuntu and all the files which are already committed & pushed into the repo showing modified.

Email Notifications on pull and push option click
Is there any options to get Email notifications on pull and push option click

File compare: use red or other highlight color instead of green
Currently changes are highlighted in green background which is harder to see if you have green text around your changes. Instead, code changes should have e.g. light red highlight (similar to what Beyond Compare diffing tool does).

File compare: as in Beyond Compare, e.g. right side has lines removed, show them as empty
Scenario:
File on the left has code that was removed from the file on the right when comparing different versions of the same file.
As in Beyond Compare diffing tool, show matching but blank line(s) on the right. That way both sides will be shown with matching lines on the same eye level. This is especially important if larger chunks of code were removed on one side. The current functionality will show just a narrow line on the right side.
This could be an option to toggle in settings.

Add a preloader to "Github Projects" window
When you clone a new repo and pick a project from Github, the Github Projects window should display a progress indicator while loading the list of projects. Currently it just displays an empty list for a couple of seconds, which gives the impression that there are no projects available.

Support Git repositories as SVN-externals
The .gitsvnextmodules that refer to regular Git repositories are being checked out as SVN, instead of regular Git submodules.
If this Git repository resides on GitHub SmartGit does not support it. (svn: E204900: Can't clone an SVN repository from GitHub. GitHub uses a non-standard SVN server and hence those repositories can't be cloned with SmartGit.)
Also there is no option to add a remote Git submodule via the GUI and the option for a local Git or Mercurial repository is greyed out.
However, adding a remote Git submodule to a SVN-Git bridge checkout via command line works and SmartGit picks it up OK.

Blame: UTF-8 support [SG-10461]
My file is UTF-8. In the Log window the Chinese characters show up normal, but
in the blame window the Chinese characters show up garbled.

Add the ability to say warn/block before pushing to a remote
I have remotes, which I have Write access to, that I never want to push to using SmartGit. Allow me to configure SmartGit to restrict somehow pushing to those remotes.
This does not need to apply to the command line as well.
Customer support service by UserEcho