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 precise as possible, so users will understand what you want.


Follow the stackoverflow.com writing guidelines.

Thank you for your help!

0
Completed

Add support for partial file commit

Geolim4 6 years ago updated by Chris Kline 6 years ago 2

Sometimes you may need to commit only a single modification in a file.


Some others IDE with an embedded git client are already offering this feature and I would like to see it implemented to make Smartgit a bit more "Smarter".


As an OSS developer I'm sometimes forced to make multiple commit on a single file to separate distinct modification that would not "fit" together in the same commit.

0
Declined

Remove files from history

Alexander Ignatiev 6 years ago updated by Andrey Kolkov 4 years ago 3

Need function to remove big or unncecessary files from history to reduce repo size.

Like this: https://stackoverflow.com/questions/2100907/how-to-remove-delete-a-large-file-from-commit-history-in-git-repository.

0

Treasure chest icon for stash

nicolas flores 6 years ago updated by Thomas Singer 6 years ago 1

In order to improve the user's experience, I suggest to use a treasure chest icon for the stash instead of the three horizontal bars.

0

SmartSynchronize close with esc key

alexander schoelzhorn 6 years ago in SmartSynchronize updated by Liviu Grigorescu 2 years ago 4

close window with esc on windows

0

Refresh (Windows): performance problems when using windows mount points

carterwang 6 years ago updated by ck 6 years ago 3

In SmartGit 17.1 preview 8 (2017-05-18)

there is fix for Refresh (Windows): performance problems when using junction.

This junction issue is fixed.

However, I see the same performance issue with windows mount points.

0

In file compare, double click on "next change" open next file

Pierre Goiffon 6 years ago 0

I'm missing a very useful shortcut that I have in PhpStorm...


When browsing through the modifications made in a commit, to see more clearly the differences I'm used to :

- open the log window

- bring the files view

- double click on the first file

- browse the diff

- when done, close the window, double click on next file


In PhpStorm you don't have to close the diff window to re open it : using the "next change" toolbar icon, when the last one is reached, a tooltip is displayed explaining the behavior. If you double click on the "next change", then the next file is opened.

0

Output view: group identical entries (especially Background Fetches)

Gxost 6 years ago updated 6 years ago 6

Output window is flooded with identical successful automatic fetches. It can be solved by grouping identical records into something like "Fetch (background) (5 times)".

0
Completed

Log : ability to search on SVN rev

Pierre Goiffon 6 years ago updated 6 years ago 4

When working on a git-svn project, you can search on numerous fields but not on the SVN rev number. As the log can display both SVN revision and SHA (looooove it !!! many thanks !), it would be great to be able to search a SHA and a SVN ref...

0
Completed

Log : don't hide svn rev in results

Pierre Goiffon 6 years ago updated 6 years ago 3

In 18.1 preview 3 when working on a git-svn project, in the log window you have the ability to show the SHA and/or the SVN ref ("Show SHA" and "Show SVN revision"). Very very very very cool \o/


But when a search is done, the results only displays the SHA : the SVN rev is always hidden, even if the view option "show SVN revision" is checked.