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
Completed

Option to display whitespace

Damien Regad 2 weeks ago updated by Thomas Singer 2 weeks ago 3

In the File Compare window, there is a useful option (under View > Settings > General : Show Whitespaces) that allows displaying a · (middle dot) for spaces and » for tabs, making it super easy to spot whitespace differences, e.g. when the wrong indentation is used.

Image 981

It would be really nice to have the same functionality when viewing changes in the main SmartGit window as well.

Image 982

As a bonus: make the setting in File Compare persistent. At the moment (version 25.1.102), it has to be set every time a new window is opened.

Many thanks !

Changes view File compare Settings
0

Copying GitHub link to a file?

Yukino Hayakawa 3 weeks ago updated by Daniel Siegl 3 weeks ago 1

Can we have a simple function that, when right-clicking on an indexed, unmodified file, and we are on a branch tracking a GitHub branch, provide a choice to copy a link to the corresponding GitHub file?

It copies a link like https://github.com/<account>/<repo>/blob/<blobid>/<filepath>#L<linenumber> or

https://github.com/<account>/<repo>/blob/<branch>/<filepath>#L<linenumber>

Just like this (in Resharper): 

Image 977

I believe this would be a useful addition to the current feature set.

Best Regards,

Yukino.

GUI Log window Standard window Working Tree window
0

Option to always create annotated tags

griscom 3 weeks ago 0

Lightweight and annotated tags behave differently, and for my purposes I'd always like annotated tags, even with an empty description (due to their having their own independent timestamp). It would be great to have an option so that every created tag was an "annotated" tag, even if the annotation was empty.

Settings
0

Have different displays for lightweight and annotated tags

griscom 3 weeks ago updated 3 weeks ago 0

It's been requested to show annotated tags' descriptions in the Commit pane, but that was considered too verbose. How about just indicating that a specific tag is annotated? (The two often behave differently, e.g. with `git describe`, so it's important to know.)

Some (perhaps ugly) suggestions:

  • On the Graph, add an icon at the right edge of an annotated tag
  • On the Commit pane, add an icon or "(annotated)" to the right of each annotated tag, or perhaps the first few words of the annotation

Branches view Graph
0

Pull: optionally don't show confirmation dialog

MotoX244 1 month ago updated by Thomas Singer 4 weeks ago 0

When clicking the pull toolbar button while using the log graph startup window, it opens up another window requiring another click to do the pull.  It would be nice to have a dedicated pull button that only requires one click.

GUI Log window Working Tree window