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!

Option to open reviewed file in editor (on selected line)
It would be great to have an option to open reviewed file in selected text editor.
For example I find some typo like missing space:
I would like to open file in my text editor (in my case VS2019) on highlighted line.
Just for reference I'm attaching code for opening VS on selected line. It would mean support also VS Code and other major text editors (maybe some configuration and external commands?)

Branches view: ahead/behind commits should not include merge commits (pre-19.1 counting)
Since version 19.1 the way of the ahead/behind commit counting has been changed (it counts both current branch and merge branch commits). It makes us confuse about: how many commits had been reset on a branch or how many ahead commits of the current branch. So I think best would be to have an option/setting to switch back to pre-19.1 counting.

Add support for actions on Nested groups in Repositories View
I recently discovered that you can nest groups in the Repositories view. This is an incredibly useful feature for us (as we work with over 100 repositories at a time).
I have a structure similar to the following:
ApplicationSuite (Group) + Apps (Group) + Repo One + Repo Two + Libraries (Group) + Repo Three + Repo Four + DataSets (Group) + Set One (Group) + Repo Five + Repo Six + Set Two (Group) + Repo Seven + Repo Eight + Repo Nine
The following enhancements (wishlist items) would make our lives even easier:
- If you right-click on the parent group (e.g. ApplicationSuite) and choose "Open Repository", it should open all repositories in that group (Repo Nine) as well as all child groups (Apps, Libraries, etc) all the way down the tree. At the moment you need to expand all the groups you want to open the repositories for, select all the repos and the right click and choose "Open Repository"
- Add the ability to see changed files in the current group as well as any sub groups. This would probably need to be an optional mode (controlled with (for example) a button next to the file filter text box) so that the current behaviour of only showing repos in the current group is still available. The behaviour and available options for the "expanded/recursive" mode would be the same as for a single selected group (being able to commit, stage, etc.).

Gitea / Gogs

Log, Details: show "On Tags" similar to "On Branches"
When doing support on a product, you're quite often confront to questions like "in which version does this fix/enhancement is integrated ?". When you got he sha, the "git tag --contains <sha>" command gives a good answer.
I added this as a new tool, but I think this could be useful to others, so maybe integrate this directly in Smartgit ?

Commit authoring: support for GitHub's "Co-Authored-By"
When merging a pull request in GitHub, both the PR creator and the committer appears in the new commit ("By" = PR creator, and "committed by" = the one that merged the PR)
It happens that I need to commit something that was made by another developer, so I would love to be able to do exactly the same : set the "By" to the real author of the code, and my name only appearing as the committer.
Also, when working in pair, it would be nice to be able to add the other developer as author...
Would be perfect to be able to pick the name/email from the log (people that did already commit).
May the "Co-Authored-By" be useful for this ?

Log: filter should (optionally) not hide but gray unmatched commits (SG-12145)
E.g. to have all commits from a specific user highlighted.

Different icons for «Log Graph» & «Working Tree»
When both windows are open, it's hard to distinguish one from the other, f.e. when switching between them by Alt+Tab:
It would be convenient if, f.e., one of windows icons were painted with some color:

Multi-repository Support: Branch Renaming
Let's say that you have a bunch of old feature branches that you want out of the way but you don't want to delete them either.
So you go one by one renaming 'feature-123' to 'old/feature-123' ... tedious.
It would be nice to be able to do that for multiple branches by adding a prefix to all of them at once or perhaps something more sophisticated with pattern matching & substitution like this SO discussion https://stackoverflow.com/questions/45118089/git-rename-multiple-branches
For other Branch-related operations, vote for https://smartgit.userecho.com/en/communities/1/topics/1277-
Customer support service by UserEcho