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

Log: explain meaning of branch refs (tracking vs. non-tracking), e.g. using tooltips

wingerman 9 years ago updated by Thomas Singer 9 years ago 1

Please, tell me, where can I find informations about icons meaning below?


In first picture, origin and local develop branches are "connected".


In second picture, icons are not connected.


Head is the same, diffs reporting that files are 100% identical... but in one case is icon "connected" in other one are "disconnected". What does it mean? :)


Image 15


Image 16


Kindly thank you for your reply.

+1

Add notification icon separately for Push and Pull buttons.

Jomar Amomas 9 years ago 0

So if there is something to pull for a given repo, add a separate notification icon for the pull button. Same for push.


Not that just an arrow icon on the repo name.

+1

Ability to slim down the files pane in review mode

Mickaël PERRIN 9 years ago updated 9 years ago 3

Currently, there is no way to slim down the files panes behind a certain point. This lead that on 13" display, the pane is taking more around 1/3 of screen space.


I would love to slim it down to display only filenames and use the full width to increase the comparison windows.

+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

Add options in Base Changes window to only show the diff between Left+Base and Base+Right

Chris Jaquet 2 weeks ago 0

When doing a complex merge using the conflict Solver I often use the Base Changes window to see what has changed between since the common parent in both cases which is a fantastic feature, thanks! When using the "Left+Base" mode the Base view still shows the changes compared to Right, even though it is hidden (and same when using Right+Base - the changes between Right and Base are still shown in the Base View).

Would it be possible to add an option (e.g. toolbar button or menu option) to toggle this behaviour to only show the diff between the relevant side and Base. This would then give the same effect as selecting the Base commit and whichever commit corresponds to Left or Right in the log window (which is the workaround I currently use).

Below is an example from an opensource project that (hopefully) illustrates what I mean.

Base Changes Window:

Image 959

Base + Right selected

Image 960


The changes shown for lines 45 to 56 in the Common Base above are the changes between Left and Base (which is what I would like to temporarily turn off). 


For reference, selecting the same two commits in the the log view and using the File Compare Tool shows the following:

Image 961


And just in case you would also like to see it, this is the view for Left + Base:

Image 962

and its associated File Compare (Base is on left in this view)

Image 963

Conflict Solver File compare
0

Update the color contrast for search text

asingh 2 weeks ago updated 2 weeks ago 2

Image 958

Currently the color contrast between the searched text and the background for added content is really bad and thus it took me 2 minutes just to find where the `next find` is pointing at. Please update this to take into account the background color so it "pops" at me and tell me where to look at.

Conflict Solver File compare