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 option to make Git commands failures "loud"

andrew pashkin 6 years ago updated by Andrew Pashkin 6 years ago 10

When a Git command fails it is currently only reflected in "Output" window. I propose to make an option that would be making Git failures "loud" - for example by displaying an error window. That would guard users from forgetting to perform certain actions on their repositories because the commands failed silently - for example forgetting to push a tag or a branch.

0
Completed

Allow open multiple repositories

Juanma Alfonso 6 years ago updated by Thomas Singer 6 years ago 1

Allow open multiple repositories from the "Add or Create" button. Now you have to open one by one each repo on a parent folder.

0
Completed

Use a unicode font in commit message input box

Thành Loyal 6 years ago updated 6 years ago 3

When I type commit message in Vietnamese (Unicode), some characters don't properly display. Please take a look at the attached picture.

Image 201

 


0
Completed

Don't create desktop icon by default

Oliver Salzburg 6 years ago updated by Thomas Singer 6 years ago 1

This is against Windows development guidelines. Familiarize yourselves with the platforms you're developing for: https://msdn.microsoft.com/en-us/library/windows/desktop/dn742493(v=vs.85).aspx

0

Clone: possibility of naming remote (git clone <remote_alias>)

Richard Bukovansky 6 years ago updated by Marc Strapetz 6 years ago 0

Hi,

there is no possibility during cloning of repository to name/alias remote. Relevant Git command:

git clone -o <remote_alias> <remote_repository_URL>

Could you please add that?


Thank you.

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 5 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.