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!

0

Standard Window: support releases for the Feature Flow (similar to Git Flow Releases)

silmaril 9 months ago updated by Marc Strapetz 9 months ago 8

Currently the standard window supports everything needed to work with feature branches using git flow.

What about the other types of branches?

Personally, I am only missing "Start release" and "Finish release", but others might need hotfixes or support branches as well.

Having to switch to the log window to create a release feels wrong ;-)

Since most people will (hopefully) create releases far less frequently than features, I think it would suffice to put those commands into the "Branch" drop down menu - maybe even under a sub-menu "Git Flow".

Standard window
0

Add meta-information (note, tag, flag) to repository or group

Peter von Niederhäusern 9 months ago 0

It would be nice to have the ability to add a personal note, tag, flag, etc. to some repository or a whole group (e.g. mark repository with a "<red flag>", as with some E-Mail clients)

GUI Repository Management Settings Standard window
0

Could I please have hotkeys on the underlined functionality below?

EthNeural 10 months ago updated by Thomas Singer 10 months ago 1

Could get 90% of the way there by supporting a hotkey for "Amend Last Commit", "Commit" and "Commit & Push". The others are a bonus.


I'm on Mac.

Image 889

0
Completed

Pull submodules too

arcadius 10 months ago updated by Thomas Singer 10 months ago 3

During  pulling the root repository, pull its submodules too, with their default pull settings.
Maybe, add checkbox "Pull all submodules with their default pull settings"

Image 886

Submodules
0

add support for `git worktree add`

Mark Lemay 10 months ago updated by Thomas Singer 10 months ago 1

as described here https://stackoverflow.com/questions/6270193/how-can-i-have-multiple-working-directories-with-git/30185564#30185564 git can create separate directories off the same .git folder.


when trying to add one of those directories to smartgit,  you get the message:
---------------------------
Add or Create Repository
---------------------------
Should 'Revit' be initialized as a new Git repository?
---------------------------
The specified directory does not appear to be a valid Git repository.
---------------------------
[[&Initialize]] [Cancel]
---------------------------

likely because it does not recognize the .git FILE.

Missing Git feature
0

Mark compared commits by color

arcadius 10 months ago updated 10 months ago 2

When 2 commits are selected, we can compare files inside them by content.

But it's not clear which commit is on the left side of Changes window and which is on the right .

Now:

Image 883


Want smth like:

Image 884

Changes view Graph
0

Move focus between windows

arcadius 10 months ago 0

Moving between windows by Ctrl+Shift+<digit> is not quite handy.

Please add 4 features: Move focus between windows (to up, down, left, right).
Maybe assign shortcuts Ctrl  + Arrows by default.

GUI
0

Do not automatically scroll down on commit

pol henarejos 10 months ago updated by Thomas Singer 10 months ago 2

When I have multiple files with changes to commit, they are placed in red at the top of the window. Then I select some files to make some commits group by group. Every time, I make a commit, the scroll is moved down to the place on the list of unchanged files, since the committed files are still selected and these files are moved to unchanged files. This forces to me to move the scroll up again to continue with the next commit.

My proposal is to keep the scroll on the top of window, regardless the commit or if the selected file is moved due to status changed.

GUI
0
Completed

Add repository to currently selected virtual group

Peter von Niederhäusern 11 months ago updated by Thomas Singer 11 months ago 3

If virtual group selected, add or create does not put the physical repository under that selected virtual group

Standard window