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 precise as possible, so users will understand what you want.


Follow the stackoverflow.com writing guidelines.

Thank you for your help!

+1

support mouse navigation buttons

benblo 2 years ago 0

I spend a lot of time browsing through the commit graph, and doing things ike "reveal commit" on a branch, which often takes you far away from your previous focus: I often find myself instinctively clicking the back/forward buttons on my mouse, expecting to cycle through the commit selection history... would be nice.

+1
Completed

Log, Files, Save As (or Compare with Working Tree): swap buttons

Thomas Singer 2 years ago updated 2 years ago 1

Image 718

+1

Standard window: add option to display files as tree structure

Thomas Singer 2 years ago updated 2 years ago 0

Currently, files in the Local Files and History views are shown as list. The user only has the option whether to show it as name (path) or path/name. Depending on the directory structure the path part can get quite wide which might cause issues in the History view:

Image 714

Alternatively, there could be an option to show the files as tree-like list adding directory entries for each parent directory (without a way to collapse directories):

Image 715

This might require less horizontal space (but a lot more vertical space).

+1
Completed

Branches panel: sort by head date

Davide Crivelli 2 years ago updated by Thomas Singer 2 years ago 1

It is often useful to see just most recent branches and search among them, best would be having also the possibility to maintain the view by folders (each folder containing branches sorted by head date)

+1
Duplicate

Branches panel 2 levels folders

Davide Crivelli 2 years ago updated by Thomas Singer 2 years ago 1

Integrations with tools like atlassian bitbucket/jira helps creating prefixes to group branches based on usual '/' depending on the task type (feature, bug, ...), the problem comes when multiple users need personal branches, in this case to avoid first level folders floading it is be helpful to nest these branches as "personal" but SmartGit doen't handle a second level of folders

+1
Completed

Option to have "Add Branch & Checkout" as the default button on "Add branch" dialog

GreenAsJade 2 years ago updated 2 years ago 2

It drives me bonkers when I branch then commit, only to find that I committed on the branch I was on before :)

This happens to me because "Add Branch" is the default button in the Add Branch dialog, and it leaves me on the old branch.

+1

When multiple commits selected in log view, "select mutual ancestor"

griscom 2 years ago updated 2 years ago 0

I often want to know what commit is the most recent shared ancestor for two commits.

Suggestion: when more than one commit selected in Log view, add "Select Mutual Ancestor" to popup menu. This would unselect the selected commits and then select (and show) the most recent commit that is an ancestor of all selected commits (as "git merge-base" would).

+1

Stage button in File Compare window

Hans Henrik Bergan 2 years ago updated by fourier 1 year ago 3

in File Compare after you're done with take left/take right, you have a Save button, would be nice if you also had a Stage button next to the Save button

+1

Remove settings for older SmartGit versions

Thomas Singer 2 years ago 0

SmartGit maintains a settings directory for each used major version. Hence, when upgrading SmartGit, settings directories of previously used SmartGit versions remain. When launching SmartGit in a non-preview mode with a registered, valid license, it could offer to delete settings directories from previous versions.