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!

+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
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 2 years 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.

+1

Gitlab Merge Request; if fetch, immediately enable display

griscom 3 years ago 0

If there's a new Gitlab Merge Request, and you use "Fetch Merge Request" to fetch it, it should be by default displayed (with the checkbox checked).