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!

+2

Support running on Linux arm64/aarch64

iuri 3 years ago updated by Jackson Kruger 2 years ago 4

I have a license for SmartGit from my company and recently I switched to a M1 Max MacBook Pro. However, due to my work, I have to run a Linux virtual machine and use SmartGit inside that virtual machine. Because the processor architecture is arm64/aarch64, there is no SmartGit for Linux arm64/aarch64. 

I am aware that SmartGit for Apple silicon is available but I would need to use it on Linux.

Thank you.

Platforms/Distribution
+2

Windows arm support

defjux 4 years ago 0
Hi, 


I'm running Windows 11 (ARM) using parallels on my M1 macbook pro. I can run smartgit on my mac which is great, but I can't install it on my windows VM, can you add support for windows arm as well?

Thanks

+2

Add options for add, create or clone Repository to the Group context menu

LaGuNa 4 years ago 0

Options for add, create or clone Repository are only available on the Repository menu bar.

Image 665

It would be useful to have this options on the Group context menu, too.

Image 666

+2

Merge:allow to “--allow-unrelated-histories“

abiel zhang 4 years ago 0

allow merge other remotes

+2

Add option to not show files modified on EOLs only

NinjaCross 4 years ago updated 4 years ago 2

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

+2

Log, Branches: Add ORIG_HEAD to list of Branches that can be viewed

David Rees 4 years ago updated by Marc Strapetz 4 years ago 0

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!

+2
Completed

Indicate LFS status before upload

Per Holmes 4 years ago updated 4 years ago 6

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


+2

Select "Local changes" by default on committing some of staged files

ansi dev 4 years ago updated by PriDonk 3 years ago 6

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".

+2

UI - Add "Commit & Push" button to commit panel

Rob Rimmer 4 years ago 0

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

+2

Pull/Push: allow to cancel

AdamJensen 5 years ago updated by AdemJensen 4 years ago 13

Sometimes when pushing, it often fails (Especially in Mainland China), I would like to cancel it instead of waiting for it.