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!

Commit dialog: sort untracked files behind modified files
At times I have a lot of unversioned files, when I commit, these are not differentiated from tracked files and the tracked files are hard to see. Could tracked files be put at the top of the list.

Font size too small
The smaller font size (like under the toolbar buttons) used in various places (e.g. explanatory text in messages boxes and Preferences sheets) is too small for my eyes. The small font used in tag/branch markers in the Journal view is a problem as well. It would be great if font sizes wouldn't go below the standard UI font size, or if this would be adjustable.

Display 0 changes 'Working Tree' entry (Log as main Window workflow)
I often want to know if I have pending changes in my working tree (and if I do what are they). On the command line this is "git status".
In SmartGit, this is looking at the Working Tree view and seeing no files in the file pane.
In the new Log as main window workflow, there is no clear place to look since the Working Tree entry is not present in that case. Not being present might just mean it is scrolled out. Yes, I know the current commit I am on is set to "bold" but this is not very reassuring, I would much rather see the `Working Tree` entry always with 0 changes instead.

> Shouldn't this be set as the default when switching to Working Tree as main Window?
I don't think it's more reasonable to use this as default. It's simply a matter of taste.
> In Permanent mode and Working Tree clean, I think the index should show only 'on demand'. Maybe this is a bug?
Either everything on demand or everything permanent is reasonable to me. So again, a matter of taste. If you want to have a third mode or a corresponding low-level property, please create a new topic.

GitFlow : display only latest n support branches / tags
When SmartGit is configured with GitFlow, branches are grouped by category. You get a "support" and "tags" tree node in the branches view.
As I'm working on a project that has 10 years oh history, there are a LOT of tags, and same for support branches.
Would it be possible to display the last n items for each, with a "view more" clickable link to display the rest ?

Log: allow reset on my current commit in the log view
In smartgit 18.1 I am allowed to do a reset on my current commit if I do this via the Journal view. (to clean up my workspace)
But when I am in the Log view, and I select my current commit, the reset option is disabled.
This seems strange, that I can do a reset in one view, but not in the other.

Incremental updates without downloading whole setup for non commercial version
No everyone has a high bandwidth internet connection.
Is it possible to have a incremental update mechanism, so you don't have to download and install the whole software again?

Branches view: option to copy GitHub URL
Often I want to share my guthub branch with a co-worker. At the moment I have to open github and find the branch, then copy the url. Would be nice to have a content menu on the remote -> branch "Copy github url"

Allow keyboard searching in "Journal -> Select Auxiliary Branch"
Currently, this small dialog doesn't allow full keyboard searching -- it only searches the first character. In a repo with a lot of "sub-directory" branches (e.g. "feature/xxx/yyy") and the list is long, trying to find a branch is pain.

Allow iterative rebase to select commits (contents) for edition
Currently, I have to go to the command line and do `git rebase -i HEAD~3`, then this appears:
pick f7f3f6d changed my name a bit
pick 310154e updated README formatting and added blame
pick a5f4a0d added cat-file
# Rebase 710f0f8..a5f4a0d onto 710f0f8
#
# Commands:
# p, pick = use commit
# r, reword = use commit, but edit the commit message
# e, edit = use commit, but stop for amending
# s, squash = use commit, but meld into previous commit
# f, fixup = like "squash", but discard this commit's log message
# x, exec = run command (the rest of the line) using shell
#
# These lines can be re-ordered; they are executed from top to bottom.
#
# If you remove a line here THAT COMMIT WILL BE LOST.
#
# However, if you remove everything, the rebase will be aborted.
#
# Note that empty commits are commented out
So, if I would like to edit some commit contents, I would change it to:
pick f7f3f6d changed my name a bit
pick 310154e updated README formatting and added blame
edit a5f4a0d added cat-file
Then, git would use commit, but stop for amending. Allowing me to freely edit the git history, amending changes the the picked commit, or adding new commits after it. Once I am done with it, I can do `git rebase --continue` and git would rewrite the history with the new updates.
The current SmartGit interface for Iterative Rebase only allows-me to edit the commit message, it cannot edit like `use commit, but stop for amending`.

Files: Option to hide contents of untracked directories
Sorry if a feature like this already exists, but I haven't seen it yet.
In the git command line, if there is an untracked directory, the command git status only displays the name of the directory, but not its contents. This is very practical and I would love to see an option in SmartGit's Files view to get this.
Use case: Say you have a project that contains a large temporary directory (build artifacts, script output). Normally you would exclude this directory via .gitignore. However during development it may become necessary to do a quick backup of that directory, usually by renaming it and letting the project regenerate it. Now your renamed version does not exist in gitingore, so now there exists a directory with hundreds of files/subdirectories that will be deleted soon, but for the time being clogs up the Files view.
Having the option to show untracked directories as single directories instead of a huge number of files would be very helpful here. The command line client does it this way, so I think SmartGit at least should offer the option.
Customer support service by UserEcho