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!

+3

Stash: add stash index next to the name

Iulian Onofrei 5 years ago updated 5 years ago 2

Use case: If you use git stash list to search a particular stash, it is shown like stash@{24}: On brach: Stash name, and you currently have to manually count 24 stashes in SmartGit's list.

+3

Say which submodule is on a detached head state

Bugged 6 years ago updated by Patrick Lehmann 5 years ago 2

I had selected all files o my working tree and I hit the commit button. Then Smartgit said this:

Image 418

But I have no idea which one is the submodule which is on a detached head state.

Smartgit could at least inform from where it is coming from.

+3
Duplicate

Automatically save and apply stash when rebasing

Iulian Onofrei 6 years ago updated 5 years ago 2

It would be nice if SmartGit would automatically stash possible files in the working tree when you start to modify, split or manually rebase some commits, and then apply it back after git rebase finishes. Similar to how it does on a checkout when it detects possible conflicts.

+3

Show the files to be staged, similar to the Commit window

Iulian Onofrei 6 years ago 0

This way, it's way easier to notice that staged files are automatically stashed for selective stashing, and you can also double click each file to view its content beforehand. So something along the lines of:

Image 335

+3

External tools should work in the (standalone) File Compare window

arcadius 6 years ago 0

In the File Compare window, external tools and their shortcuts should work.

${filePath} variable should be filled for them the same way SmartGit does it in other windows.

+3

GitLab: option to open merge request in browser

PL Sarbakan 6 years ago updated by Marc Strapetz 6 years ago 0

An option to open a merge request in gitlab (browser) would be very useful (to reply to comments, etc.)

+3

Add Open in GitHub to context menus

Ed Ball 6 years ago updated by rsignup 6 years ago 1

I would like to see "Open in GitHub" in the context menu for just about everything: repositories, folders, files, remotes, branches, tags, and commits.

+3

Align chunks in compact change display

Zeblote 6 years ago 0

Here's a random commit from Unreal Engine as an example why this would be useful:

Image 311

You can see how it's somewhat clunky to read, it gets even worse with larger differences.

Much easier when it's aligned!


Image 312

+3

Commit window: show current user

Andreas Schneider 6 years ago 0

I often switch between work and private PC and on each between work and private repositories. It therefore happens that I sometimes accidentally commit with my private email address to a company repository or vise versa.

It would be nice to see the current user (name and email) you commit with in the commit dialog to avoid such situations.

+3

Output window: more flexible text selection

chuvv 6 years ago updated by HFloyd 3 years ago 6

Instead of whole line selecting, can we select a portion of a line, so that we can easily copy, say, a URL or git command? Thanks! :)