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!

Add button for explicit big file diff
I have a big file which couldn't get diffed in the main window. So I increased the size limit in the preferences file, but now, every time I select it, the diff process starts automatically and hands the background thread of the app (the UI is not blocked though). Even if I just want to commit it.
For binary files, there is a button named "Force Text", which works similar to my idea, which sounds like this:
The user changed the diff limit size:
- Y:
- the user selects a file whose size is bigger than the default one:
- Y: a "Force Diff" button appears
- the user presses the button: the diff process starts
- N: the diff process starts
- N:
- the user selects a file whose size is bigger than the default one:
- Y: the "File is too large to display." message appears (optionally, with a button that (creates? and) opens the preference file, or better yet, move those configurations in the UI)
- N: the diff process starts
Let me know if I was clear enough!
Thank you,
Iulian Onofrei

Add panel exposing the CLI (bash/cmd)
Add a panel that will be exposing the OS CLI opened in the project's folder.

Better support when using SmartGit for Git and Mercurial at the same time
I use SmartGit for both Git and Mercurial, which is great: I have just one tool learn, and the same tool on Windows and on Mac. But, the commands and preferences for the two VCS are inconsistently implemented. For example:
The preference "Stash: Automatically save stash if Pull, Checkout, or Interactive Rebase fails because of local changes" works for Git but not Mercurial. Similarly, the Apply patch menu item uses the git apply command rather than the Mercurial import command even when pointing to a Mercurial repository.
SmartGit should be smart enough to know what sort of repository it is executing against and use the appropriate command, or tell us when that command hasn't been implemented.
Also, perhaps there needs to be separate preference tabs for Git- and Mercurial-specific preferences as there are some siginificant differences.

Mercurial: support for creating and importing patches
SmartGit allows you to create and apply a patches for Git, but not for Mercurial. Atlassian's SourceTree and the tool within Intellij IDEA have a context menu against log entries to create a patch from single or multiple commits.

Log: custom tools should work on Files (as in the main window)
Tools configured in the Preferences should work on the Log's File view in a similar way as in the main window

Working Tree Window: Bring back alternating row colors
At least as of v21.1.x the Working Tree window used alternating table row colors for the various files displayed. Could that be brought back in the current version(s), either as a setting or property of some sort? Or is there a way to do it already in the current version somehow?
Thanks,

Branches view: Multiple branches-views with pre-defined filters
There are thousands of branches in hundreds of groups with “path-like names”. It is very tedious to find the branchs you want in the branches-view (The overview is miserable). And most of the times you are only interested in the branches of a handful of subfolders anyway.
Of course, you can also press CTRL + P and then enter the relevant subfolder to quickly see the desired branches. But unfortunately this is also very cumbersome if you want to merge the respective branch into your current branch:
- You have to click into the branches-view.
- You have to press CTRL+P and enter the subfolder you are looking for (and rememeber those names).
- YouI have to select the desired branch. (Unfortunately, in this view you don't have the option to merge the selected branch with your current branch).
- So you have to reveal the branch.
- Finally you can merge the desired branch into your current branch.
Desired behavior:
I would like to define a filter for the branches-view and attach the filtered view as a separate tab in Smartgit (with a self-defined title). This way we could have multiple tabs for the branches-views (each with different filters and title).
Not only would this greatly improve the overview, but it would also reduce the number of steps that need to be taken:
- Click into the filtered branches-view and select the desired branch.
- Merge the desired branch into the current branch.
Customer support service by UserEcho