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!
Configurable "open in" menu
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.
Exclude log filter
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.
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.
Standard Window: support releases for the Feature Flow (similar to Git Flow Releases)
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".
Syntax Highlighting: support for Elixir
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...)
Add meta-information (note, tag, flag) to repository or group
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)
Conflict Solver: allow to set Ignore Whitespace by default
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?
Could I please have hotkeys on the underlined functionality below?
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.
Pull submodules too
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"
add support for `git worktree add`
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.
Customer support service by UserEcho