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

Add message explaining why Standard view cannot be selected without commercial license

Hyper Sonic 6 months ago 0

Currently, when not using a Commercial license, the Standard view is greyed out and cannot be selected on both onboarding Style selection and later selection in Preferences.

However, there is no message indicating that this is unavailable due to not having Commercial license. This may be disturbing to new users, especially as in the onboarding process, it's written "Recommended for new users" just below the Standard view description!

Stack Overflow question with image:

https://stackoverflow.com/questions/76925908/startup-window-smartgit-wont-let-me-select-to-standard-workflow-oriented

0
Completed

Configurable "open in" menu

Dominic van Berkel 6 months ago updated 6 months ago 3

The context menu for repositories includes options to "Open In" explorer, git-shell, terminal, and a few more. I'd love to be able to configure that list for my preferred tools, like


- Open in Windows Terminal (my settings don't match what I get when I pick "Open in terminal" or "Open in Powershell"),

- Open in VS Code

- Open in TotalCommander


I  see several other feature requests with specific new menu items but it's pretty long as it is - making it configurable would simplify the menu and make it more flexible for everyone.

External tools Settings
0

Exclude log filter

Andrew Hughes 6 months ago updated by Daniel Siegl 6 months ago 3

Our automation server commits a nightly build with a commit message "Nightly Build...". It would be nice to exclude these commits from the graph view using a filter either in the UI or git config file.

Graph Log window
Answer
Daniel Siegl 6 months ago

Hi,

I just did a test based on: https://github.com/danielsiegl/CommitFilterTest

And I can reproduce that this is working with 23.1.x and  with 24.1.x  - but you need to select "Message" only.

Image 900

0

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

silmaril 6 months ago updated by Marc Strapetz 6 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 7 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 7 months ago updated by Thomas Singer 7 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 7 months ago updated by Thomas Singer 7 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 7 months ago updated by Thomas Singer 7 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 7 months ago updated 7 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