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

Add button to filter submodules out of Files

Ram Rachum 6 years ago updated by Olli1108 1 year ago 5

I'm working on a big enterprise project where there are dozens of submodules that don't concern me. I don't completely understand how submodules work in Git and I'm hoping to spend the remaining of my life on Earth without having to learn that. A bunch of these submodules are empty, a bunch are initialized. I keep seeing them in Files and it's distracting because there are dozens of them, and I want to just see files that I change.


At some point I tried initializing them or something, but then it breaks some of our development scripts. Please, can we just have a button to hide submodules?

0

SG18: Add option to hide names and/or dates in [Journal] and [Commits]

Sync 6 years ago 0

The commit "name" and "timestamp" seems permanent in the graphs for SG18.  Add an option to hide these.

0
Completed

Force Commit dialog to always select Staged Changes

Dan Gibson 6 years ago updated by Thomas Singer 6 years ago 1

Sometimes I stage some changes then press Commit. I type in my message and press the Commit button, then realize that it had selected "Local Changes" in the dialog instead of "Staged Changes". Sometimes it defaults to Staged, but not always (I don't know when it selects one over the other?). I'd like to be able to default it to always select Staged.

0

Clone a local bundle file

Alexandre Gambier 6 years ago updated 6 years ago 0

Hi,


In the current clone window I can only select a remote repository or a local directory but not a local bundle file created with the command git bundle create...

To restore it using the git clone command I have to use a shell session.


By the way. To create a bundle with SmartGit I added a custom tool to bundle the whole repo, but how can use it just for a specific branch (selected with the mouse) ?


0
Completed

Ability to invoke diff tools (F4) from commit dialog

jaap weide 6 years ago updated by Thomas Singer 6 years ago 2

I miss the ability to refer back to what is actually in the changes when I am writing the commit message.

0
Completed

Import/Export custom tools

Alexandre Gambier 6 years ago updated by Thomas Singer 6 years ago 1

It would nice to add Import/Export to the custom tools so it can be easily shared co-workers.

The best would be to select what tools are exported.


Image 187


0

Log: Indicate about available commits at origin

Gxost 6 years ago updated 6 years ago 2

There should be some indication about available commits if opened repository is marked as favorite

0
Declined

Appearance settings (fonts, sizes)

Ilya Zlobin 6 years ago updated by Marc Strapetz 6 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 6 years ago updated by Thomas Singer 6 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 !