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!

0
Declined

Appearance settings (fonts, sizes)

Ilya Zlobin 7 years ago updated by Marc Strapetz 7 years ago 3

It would be super if user will be able to choose UI options as such as font and its size. It need for customize an interface compactness and presenting more information on one screen.

0
Completed

Show diff between feature branch and develop branch

burbelgruff 7 years ago updated by Thomas Singer 7 years ago 1

When we create a new feature branch and make several commits to that branch, we lose track of what changes this branch contains relative to the develop branch. We have to create a pull request (in VSTS) to see the changes between two branches. We want to see this list of changes before we create a pull request.

0

Implement an equivalent of git check-ignore -v

Pierre Goiffon 7 years ago 0

Sometimes you can't understand why a specific folder/file is ignored... On the CLI the git check-ignore -v is perfect for such use case. Would be nice to have something implemented directly in SmartGit, with a nice output !

0

Add "Add Branch" to branch RMB menu

james perrin 7 years ago updated by Thomas Singer 7 years ago 2
0
Completed

Add per-repository --git-dir option

Sebastian Neuser 7 years ago updated by Marc Strapetz 7 years ago 4

Sometimes developers want/need to move the git repository (aka. .git directory) out of the working directory. The CLI provides an option --git-dir=/foo/bar which allows one to specify a custom .git directory location. As far as I understand, this can not be done with SmartGit.

It would be really cool if we could configure this on a per-repository basis.

0

Offer Downloads without the prebundled additions.

Jezza 7 years ago updated 7 years ago 2

I understand the idea behind shipping known and tested versions, but I also don't want a couple of different versions of the same software on my computer, so would be nice to offer an advance download.


Currently, I have to delete and symlink the folders, but would be nice to just point it at the folders, as I couldn't seem to find where the JRE folder was set in the config.

0

Add 'fetch' command to toolbar

Dan Gibson 7 years ago 0

I can pull and then select an option to only fetch, but a toolbar button to go straight to fetch would be useful for me.

Also nice would be a way to pull without the dialog that comes up (perhaps only show the dialog when shift is down)?

0
Completed

Sorting tags in 'Add Tag'

Jacob Dall 7 years ago updated by Thomas Singer 7 years ago 5

Currently, tags are sorted from a-z, which in our case results in newest version tag being shown last. Please make it possible to change the sort order, maybe also by time when added. Also, it would be nice if tags could be filtered. 

0
Completed

Allow to edit the file even if it contains mixed line endings.

vanags mikus 7 years ago updated by Thomas Singer 7 years ago 1

I am working on project for several years (on Mac and Windows). I do not care what line endings are there and I do not want to change them, because then Blame function will show, that I have changed all the lines and it will become useless. I want to be able to remove some changes in commit view in files with mixed line endings.

0
Completed

View differences on commit window

Yves 7 years ago updated by Thomas Singer 7 years ago 1

When you would like to commit (or commit & push), it would be fine to have a 'Differences' button to see changes made before you commit them.