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!

+1

List of files that was removed from branch, and option to include those files in search result

glip 9 years ago 0

For example at some point you developed component and it was committed. Then something happened and it was removed (architecture changed, reworked code, etc.). It would be nice to still be able to search for those files or display them as separate list.

+1

ReviewBoard support for pre-commit reviews

luisl 9 years ago 0

It would be great if ReviewBoard could be supported natively for pre-commit reviews.


It's possible to call RBTools via an external tool call but it doesn't work for SVN repositories because they aren't standard git-svn repositories and aren't supported by RBTools.


It would also be handy to have UI support for creating and updating ReviewBoard reviews.


+1

Save/Load work area layouts

CodingMaster 9 years ago 0

Now there are two built in layouts (Main and Review). I would like to be able to customize some of custom layouts and switch between them.

+1

Repositories view: optionally hide closed repositories

Marc Strapetz 9 years ago updated 9 years ago 0

To stay focussed on the current repository only.

+1

SSH: SHA2 support

Marc Strapetz 9 years ago 0
0

Standard Window, Local Files tab: Replace "Push" check box with "Commit & Push" button

Steve Software 4 days ago updated by Thomas Singer 4 days ago 1

To avoid accidentally pushing commits to the remote, could you remove the "Push" check box and replace it with a button  called "Commit & Push".

0

tab group in standard window

pgoiffon 2 weeks ago updated 2 weeks ago 1

In the standard window, all repositories are opened as new tabs. If we have multiple repositories of multiple groups, we cannot identify easyly which one is of which group.

I would recommend if possible to adopt the "tab group" implemented in multiple browsers. When opening a repository, the new tab would be part of a tab group named after the repository group. 
This tab group could be collapsed or expanded if needed.

GUI Repository Management Standard window
0

In the Base Changes screen, show the blame for each line in the margin

Will 2 weeks ago updated 2 weeks ago 2

When resolving conflicts, I love using the "Base Changes" screen to figure out what each string of commits changed. It would be helpful, however, to see who made those changes and why.

Conflict Solver
0

Mark as favorites also Repositories' groups and submodules

arcadius 1 month ago 0

Currently we mark a Repository as favorite 

It would be handy to be able to mark also Repositories' Group and submodule inside parent Repository.

Repository Management
0

Open existing SmartGit instance from command line

arcadius 1 month ago 0

We have some useful command-line arguments.

But smartgit.sh always creates new windows.

Can a new command-line parameter be added, to apply all parameters like --log and --open to an already opened SmartGit instance, if any?

If there are several SmartGits opened, modify any of them.

If there is no SmartGits opened, ignore the new parameter, open new SmartGit.
By the way, it would be great if --anchor-commit argument worked with --open flag too (not --log only), just focusing the commit specified.

Command line options