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!
Add option for "Open in iTerm"
SmartGit has an option for "Open in Terminal". Can you add an option for "Open in iTerm" as a standard feature.
I tried to use scripting to open iTerm but it did not work.
Add options for add, create or clone Repository to the Group context menu
Options for add, create or clone Repository are only available on the Repository menu bar.
It would be useful to have this options on the Group context menu, too.
Add option to not show files modified on EOLs only
Our team is working on a project where many files are changed and saved by tools.
Many of those files are identical to the versioned ones, except for EOLs.
We cannot change the EOL settings in Git, and SmartGit is showing tons of "Modified (EOLs only)" files.
It would be great to have the possibility to hide them in order to have a clean visualization of the files that needs for a (real) commit
Log, Branches: Add ORIG_HEAD to list of Branches that can be viewed
It would be very handy if the Branches listed listed ORIG_HEAD in addition to HEAD for selection. So the user could quickly check ORIG_HEAD to see their previous state after commands like rebase. Thanks!
Indicate LFS status before upload
SmartGit should show an LFS indicator next to each file that *will be* committed with LFS, *before* the commit is done.
Ever so often, you bring in a new file type that should be handled with LFS. But without an indicator, it's not immediately obvious that you're committing such a file. Over and over, I accidentally put some 30 MB file into the normal repository, because it's some new executable or data file with a new extension, and I don't realize that this extension isn't already in .gitattributes. Then I realize the error, update .gitattributes, and going forward, this file type is now handled.
But the damage is done. I have half a dozen repositories that now have very large files on the normal Git side, which will never, ever leave the repositories.
SmartGit is hiding the LFS status too much. There should either be an indicator next to files that will be upload with LFS, or a column with the LFS status, that can be enabled.
The feature simply indicates whether the file name matches a mask in .gitattributes.
Please please please.
Thanks,
Per
Select "Local changes" by default on committing some of staged files
When I have multiple staged files, but I select only some of them and press the button "Commit", I expect that the option "Local Changes" will be selected by default because I don't want to commit all staged files.
Sometimes, I forget to change the option, so SmartGit commits all staged files and it takes time to reset and re-commit.
At this time, the option "Staged changes" was selected automatically (https://smartgit.userecho.com/en/communities/1/topics/696-force-commit-dialog-to-always-select-staged-changes). It makes sense if the user selects nothing and only press the button "Commit".
UI - Add "Commit & Push" button to commit panel
Commit panel has very useful button for quickly commiting the changes in the panel
Consider adding Commit and Push button (as for the commit dialog)
When using CI, I very frequently make minor changes and immediately push to trigger the CI pipeline. A commit and push button on this panel would save me much time
Pull/Push: allow to cancel
Sometimes when pushing, it often fails (Especially in Mainland China), I would like to cancel it instead of waiting for it.
Log, Files context menu for selected commits: show working tree commands
1) Give back context menu items of non-head commits
It seems SmartGit 20.1 Preview 10 (2020-02-13) from changelog-20.1.x.txt updated:
```
- Log:
Files: right-clicking a file in a non-head commit only shows now external tools that operate on that commit
```
Now it is really not easy to use `Reveal in explorer` or `Edit` command from files' context menu when we are
browsing commit histories or file log history. I also try to add my own external tool, but not show too.
Hope they can come back.
2) Show `Open in Git-Shell` from context menu of directories in Files.
It is complicated to use `Open in Git-Shell` in SmartGit, this menu is always grey and unclickable unless
we focus on the **Repositories Window**. Hopefully it can be show at the context menu of directores
in Files.
Customer support service by UserEcho