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!

Mercurial: Add support for hg flow
SmartGit support for git flow is excellent, now the same functionality would be great for hg flow.

Show Files View as a Tree
It would be very helpful if the files view could be shown as a combination folders/files tree view.
Obviously, the files view shows the relative directory column, but being able to toggle a tree view w/ files in each folder would be more intuitive and quicker to comprehend. This could possibly enable easily staging entire folders as well.

clickable URLs in commit descriptions
in log view / details window make URLs of commit message clickable to be opened in default web browser

Allow easier reset/"rollback"
Sometimes I just mess it up, and want a clean copy from remote. Right now I have to go to the command line and do stuff like "git reset --hard origin/master". Would be nice if that was easier from the GUI. The Discard button on its own does not work, as by the time that you need this the GUI has often started merges and then all hell breaks loose; there are no more easy ways out.

File Manager integration
SmartGit doesn't integrate with Windows Explorer or Nautilus in Ubuntu yet like other Git clients (Tortoise Git, Rabbit). It'd be great to go for that since we have to load all projects at once just to commit one project. I'm working on multiple projects at once so it's very inconvenient to close and Add them again to SmartGit.

Add support for rebasing stacked branches
Hello,
Could an option be added to include the --update-refs arguement for rebase operations? Either in drop down menu during rebase or just a checkbox in preferences / advanced settings would be fine from my perspective.
I quite often work on large features that then get split into multiple branches stacked on top of each other.
I generally work on projects using a rebase strategy rather than merging branches into main, so I end up wanting to rebase the stacked branches onto the head of main for testing / submission.
Currently I end up needing to drag/drop the whole branch onto main to rebase it as just the lastest branch name, then manually drag the intermediate branch labels up to where they're supposed to be in the stack which is quite tedious and error prone.
Alternatively I drop to the terminal to run the rebase there with --update-refs and it moves all the intermediate branches for me along with the rebase.

Support Markdown in commit messages [SG-16156]
It would be nice if the [Commit] window would display commit messages in Markdown.
Even if it's an opt-in advanced option, I would be happy.

Change tag color
In the latest version (22.1), the color of tags was changed to gray. I'd like to revert it to the previous yellow which I think has better contrast and is more intuitive to me. I couldn't find a way to change this in the settings, is there some other way of customizing it? Maybe through a .theme file?
Customer support service by UserEcho