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!

+6
Declined

amazon aws codecommit supported provider

daniel simionov 9 years ago updated by Thomas Singer 10 months ago 2
+6

Mercurial: Add support for hg flow

Matthias Gutjahr 9 years ago 0

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

+6
Declined

Show Files View as a Tree

Steve James 9 years ago updated by Thomas Singer 3 years ago 13

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.

+6
Completed

clickable URLs in commit descriptions

jmarvie 9 years ago updated by Thomas Singer 7 years ago 3

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


+6
Completed

Allow easier reset/"rollback"

Hans 9 years ago updated by Thomas Singer 9 years ago 3

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.

+6

File Manager integration

Thambaru Wijesekara 9 years ago updated by Ivan 6 years ago 2

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.

+5

Add support for rebasing stacked branches

andrewleech 4 months ago updated 4 months ago 3

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.

Improve Git commands Missing Git feature
+5
Started

Support Markdown in commit messages [SG-16156]

Sync 2 years ago updated by Marc Strapetz 2 years ago 4

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.

+5

Change tag color

silkfire 3 years ago updated by Giorgio Croci Candiani 2 years ago 3

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?

Image 735