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
Completed

Configurable "open in" menu

Dominic van Berkel 2 months ago updated 2 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 2 months ago updated by Daniel Siegl 2 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 2 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 3 months ago updated by Marc Strapetz 2 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

Syntax Highlighting: support for Elixir

JvL 3 months ago updated 3 months ago 2

Add support for the Elixir language.

Or, as many other requests have mention: change your highlighting engine to something that supports user-defined grammars or borrows from the wider ecosystem (VSCode and Eclipse have one way, LanguageServers are another...)

0

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

Peter von Niederhäusern 3 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

Conflict Solver: allow to set Ignore Whitespace by default

Mario123 3 months ago updated by Thomas Singer 3 months ago 0

Comparing files with a lot of whitespace changes (due to different settings in .clang-format) produces a lot of noise in the conflict view. There is a view option to "Ignore whitespace", but I can't find a way to set this toggle as the default setting.

Is there a chance to add this defaulted option?

Conflict Solver
0

Could I please have hotkeys on the underlined functionality below?

EthNeural 3 months ago updated by Thomas Singer 3 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 4 months ago updated by Thomas Singer 3 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 4 months ago updated by Thomas Singer 4 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