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

Fix the ours versus theirs terminology.

jhughes 4 years ago updated 2 years ago 2

The names are switched in some situations where 'ours' actually refers to 'theirs' in two different dialogs.  You have to look at the git hash to know what is truly happening sometimes.  Just remove 'ours' and 'theirs', because it's a bad design paradigm, and often misleading.  Simply show the hash and the name of the branch and/or author where those hashes come from.

0
Declined

Right-click to add a file's folder to the .gitignore please!

jhughes 4 years ago updated by Thomas Singer 4 years ago 7

There's no way to put folder ignores in without editing the file directly, which seems unnecessarily effortful.  I seem to remember having this behavior once, maybe it was in SourceTree, but currently interaction with .gitignore is not ideal.

0
Declined

Zooming/ Scaling

Luke Jackson 4 years ago updated by MultiSosnooley 4 years ago 4

It would be extremely useful to be able to adjust the scaling on the fly, preferably with ctrl + and ctrl -.


I use SmartGit on a set up with multiple different resolution monitors and scaling, and it seems to be by chance which scaling SmartGit will launch in at any given time. I want to be able to adjust it manually.


Failing this, the software should scale based on which monitor I drag it onto. At the moment it is sometimes far too small for my 4k monitor, or far too large for my 1080p monitor, meaning I am restricted to using it on the monitor it is 'launched for' at any given time.

0
Completed

Define action for double click on modified files - would like to open it in my Notepad++

Devmasta 4 years ago updated by Thomas Singer 4 years ago 3

Currently double clicking a modified file opens File Compare.
I'd like an option (which I couldn't find) to set what happens when I double click, for example, open in the editor of my choice.

0

Please add some short 'how to' videos - who's got time to read documentation? I always forget how to do things.

Peter Ritter 4 years ago updated 4 years ago 5

I'm not a GIT 'power user'. I always forget how to do things and I get cofused about what gets merged into what. Some short 'how to' videos would be good for a quick refresher. I really don't have time for lengthy documentation. 

0

see how many commis we are pushing

kamkie 4 years ago updated 4 years ago 2

show number (and probably ling to list) how many commits will be pushed to branch (intellij allways shows list of commits that will be pushed to branch)

0

Show high-level branch graph

DavidM 4 years ago updated 4 years ago 1

It would be great to have a view where you could see merges between branches in a git repo.

The use case is the following:

- You have several branches in your project: master, dev, stable, feat-xx, rel-xx, etc...

- You want to see the merge commits between those branches. When they are done, by whom, the commit id, and the option to see what was done since the last merge between two given branches.

- Individual commits do not matter a lot, as they add a lot of noise.

For instance this branching model has an image that would show what the view would look like:

https://nvie.com/posts/a-successful-git-branching-model/

Traditionnally, you rather see an horizontal display in powerpoint slides, but it would be really nice that the tool generates this kind of view

0

A better way to show current selected branch/tag in the Branches window

james c papp 4 years ago updated by Thomas Singer 4 years ago 1

Currently the Windows' client uses a triangle that looks too much like a collapsed tree node.  It would be nicer and easier to see if the entire line was highlighted; maybe a different background color.

0

Add "Find Object" (Ctrl/P) to the ribbon.

gerd hoeren 4 years ago updated 4 years ago 2

I use Ctrl/P several times a day.  It was hard to find when I first started using SmartGit.

0

Drag/Drop diff between entries in the Graph window.

gerd hoeren 4 years ago updated 4 years ago 4

I recently switched from Perforce to SmartGit.  I miss not being able to drag a submission over over a different one and display diffs between these two versions.  To be useful, the diff needs to use the external tool that I've selected (e.g. Araxis diff).