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!

+6

File compare: charset file encoding indication

Seb D 8 years ago updated by Marc Strapetz 3 years ago 6

As a user I wish I could see the guessed charset encoding of each file in the File Compare tool of Smartgit. And eventually in the Conflict Solver tool of  Smartgit.


+6
Completed

Syntax Highlighting: support for Kotlin

Will Hains 8 years ago updated by Thomas Singer 4 years ago 1

Please add support for Kotlin syntax highlighting.

+6

Support Git Virtual File System (GVFS)

Derrick Southerland 8 years ago updated 8 years ago 0

Git Virtual File System was created by Microsoft in order to house the entirety of Windows source code history in a single repository.

Please consider adding support to SmartGit.

Microsoft has validated or committed to supporting some other tools already, such as SourceTree, Tower, and Git for Windows.

Obviously this is still in early stages, but that makes it a great time to enter this space.

https://github.com/Microsoft/GVFS

+6

Option to fix line endings that are preventing a commit.

Craig Patchett 8 years ago updated by Christopher Kline 8 years ago 5

There is nothing more frustrating than having someone on your team screw up line endings. While obviously not a long-term solution to the problem, it would be nice if SmartGit could recognize a line ending error message from Git and provide an option to automatically fix the files in question.

+6
Completed

Add a copy short ID contextual menu entry

pgoiffon 8 years ago updated by anonymous 5 years ago 4

In both the journal and log commits views, in the contextual menu a "Copy ID" option is present. This will copy the full SHA1.


I'd like to have an option to copy the short git ID, the same that is displayed in the ID column (only 8 characters)

+6

Multi-repository Support: Commit

Dexx 8 years ago updated by Marc Strapetz 4 years ago 7

When you have a project with many modules (10+) in separate repositories (modularity at all costs), it's hard to manage them together. There's already a topic about multi push / sync (https://smartgit.userecho.com/topics/219-multiple-push-sync/), what I'm missing beyond those, is committing together.


Let's say you're working on a bigger feature that affects 50% of your repos. Staging the changes individually in each repo is unavoidable I think, but when you're finished with it, you need to commit them one-by-one. Even though your commit message will be the same for all (usually).


Here, an enhanced commit window (where all staged changes for the selected repos could be listed, groupped by the repos) would be very useful, and you would need do only a single commit, with the same commit message for all, in one step. Any chance for such feature?

+6

Highlight group name of opened repository

Ed Ball 8 years ago 0

The names of open repositories in the repositories pane are bold. It would be nice to bold (or otherwise highlight) the group names of opened repositories as well, especially when the group is collapsed; that would make it easier to find the group with the opened repositories.

+6

Undo/Redo for commits

Marc Strapetz 8 years ago updated by Adrien Béraud 5 years ago 3

Undo e.g.:

- Plain commit

- Amend commit

- Changing branch (ref pointer)

- Rebase/Merge

- ... what else?



+6

Searching commits: show all commits and highlight the matching commits

Jaap 8 years ago updated by Iulian Onofrei 8 years ago 4

When searching for a specific commit, only the matching commits are shown. With this option you will still see the complete commit history with the matching commits highlighted

+6
Completed

Support for current hg (4.0+)

Lennart Börjeson 8 years ago updated by Thomas Singer 6 years ago 2

Mercurial has moved on to a new major version, 4.0. SmartGit needs to support this version, too.