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 precise as possible, so users will understand what you want.


Follow the stackoverflow.com writing guidelines.

Thank you for your help!

0

Log, Files: improve performance when loading unchanged files (or delay load unchanged files)

taos 4 years ago updated by Marc Strapetz 4 years ago 0

File Filter search box in the File View is very very helpful to search file(s) quickly if there are thousands of

files in one project. After that we can do wanted operations in its context menu.

However, for large projects, e.g. Chromium, which has 300000+ files, SmartGit takes about 2+ seconds to change File View and Change View if i switch one commit to the other one in the Graph View. (Note: The chromium project is located on a super-fast NVME SSD; it must be much slower on SATAs).

Though I can change the low-level property "log.files.includeUnchanged" to false, it make file search unavailable. Besides, it is a global setting and cannot only be set to the chromium repo.

In my personal opinion, there is no need to load unchanged files right away. These unchanged files can be loaded in the background asynchronously.

Thanks a lot!

0

Open Repository: ask for new repository location, when it is missing

Bugged 4 years ago updated by Marc Strapetz 4 years ago 0

I frequently move git repositories from one location to another (externally as from the file manager), and Smartgit is not helpful because every time I try to open Smartgit just says the repository is missing. This is quite troublesome because I have to ask for Smartgit to remove it, and then, add it back (on the same group and with the same name, because I often rename them).

When Smartgit asks me the question: `Do you want to remove the missing repository '..'.?`, it could add an option to select a new location for the repository, so, I can keep its name and group (on Smartgit repositories view).

Image 466

0
Completed

Unstage hunks/lines

IanJ 4 years ago updated 4 years ago 4

It appears that only whole files can be unstaged.  Would be preferable to have an option to unstage individual lines/hunks, just like we can stage individual lines/hunks.

0

Straightforward way to see staged changes

IanJ 4 years ago updated 4 years ago 4

To view staged changes, as far as I can see, you need to pick each file that shows "staged" in the list, doubleclick, and pick the appropriate diff option.  Non-utitive and a little annoying (compared to, for example, SourceTree which I'm more used to).  It would be great if there was a simple single view to see all staged changes that will be part of the next commit.

0

"English" dictionary appears to be American, not Brish English.

IanJ 4 years ago updated by User 3 years ago 8

It's great to have the commit editor perform spellchecking, but the "English" dictionary supplied appears to only offer damaged American "English", not Britsh English.  This is irritating for us Brits, where we see SmartGit highlight quite a number of "spelling errors" that are actually perfectly correct.  

0

Keep Focus in Files view when scrolling in Changes view using mouse wheel

Petah Piper 4 years ago updated by Thomas Singer 4 years ago 0

When scrolling the changes (with the mouse wheel) can the current file not be deselected so I can use the arrow keys to move to the next file.

0
Completed

sourcetree:// url scheme hijacked by SmartGit!

Peter 4 years ago updated by Thomas Singer 4 years ago 1

I am a paying user of SmartGit, and I've been happy with it. I needed to install Sourcetree to provide a screenshot for coworkers who use that application, and I discovered that it was impossible to connect to Github using oauth because SmartGit registers the sourcetree:// url scheme. You can remove these on MacOS, but it's a pain. Presumably anyone who uses git will be able to figure it out, but that's not the point.

There is no other explanation for this behavior than an intentional and completely unnecessary attempt by Syntevo to mess up basic functionality of a competitor's product. It's extremely gross and makes me not want to ever put any more money into your pockets. Stop it.

0
Declined

Edit in change window

Mario123 4 years ago updated by Marc Strapetz 4 years ago 2

In the main window it should be possible to edit the local file directly in the changes view. 

Right now I have to open File Compare to be able to edit the file. (Using F4 or Shift+F4 when comparing two hashes)

0

Shorten Commit Message Texts in Log/Graph

Urs Meili (SIX) 4 years ago updated by Thomas Singer 4 years ago 0

Currently, the Graph view of our develop-branch looks like this:

Image 454

With other words: a lot of redundant information, because „Merge pull request #xxx in bla bla from“ usually is not relevant. Just needs a lot of space and forces to make the Graph view unnecessary wide.
Suggestion: allow to configure a regex-replacement that is used to convert the real commit message to a shortened one. Of course, there should be some link indicating the short text. Clicking it, should show the full message.

0
Declined

Accelerator per project basis

Mario123 4 years ago updated by Thomas Singer 4 years ago 1

We use smartgit in different teams, which all have their customized accelerator. For example one uses the accelerator "Create Release Candidate Tag", which will execute a powershell script to find an appropriate name.

Another team likes to use the same accelerator, which shall be able to behave differently, but shares the same accelerator button (tooltip).


Is it possible to check in accelerator shortcuts on a per-project basis so the settings will stay at project-level?