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!

+2

Allow manually entered git commands for experienced users.

Richard Bourque 4 years ago updated by Thomas Willson 4 years ago 3

It would be nice if there was a bash prompt in SmartGit so we could enter quick commands for more experienced users.

+2

Log: GUI option to enable/disable display of working tree (and related refreshing)

Marc Strapetz 4 years ago 0

Currently there is Low-Level Property "log.workingTreeState". This should be converted to a GUI option.

+2
Completed

Save vertical space on commit window

Bugged 4 years ago updated 4 years ago 10

It does not seem much, but it is. All that free space on the right side being waisted should be better used.

Image 419

+2

Also autocomplete file names when editing the commit message

Bugged 4 years ago updated 4 years ago 0

When you are committing something, you can press `Ctrl+Space` to open the autocomplete dialog with file names:

Image 416

However, when you are editing a commit message, after committing it, the autocomplete feature of `Ctrl+Space` does not work anymore:

Image 417

Related to:

1. https://smartgit.userecho.com/communities/1/topics/784-pull-request-add-autocomplete-for-reviewers

+2

Integrate "Merge directly to" tool into SmartGit

Mikhail Matrosov 5 years ago 0

There is a very useful tool "Merge directly to" present in SmartGit for years. I used to use it in some older versions, but then at some point it stopped working. I find it very convenient, since it allows me to preserve timestamps of my files on merge and thus avoid recompilation of the code (I work with C++ code base). Please recover the tool.

+2

Option to open reviewed file in editor (on selected line)

Jan Ryšavý 5 years ago updated by David Rees 2 years ago 3

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:

Image 387


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?)

openedit.cpp

+2

Branches view: ahead/behind commits should not include merge commits (pre-19.1 counting)

Kevin Hoang 5 years ago updated by Marc Strapetz 5 years ago 0

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.

+2

Add support for actions on Nested groups in Repositories View

Chris Jaquet 5 years ago updated by Marc Strapetz 5 years ago 3

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:

  1. 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"
  2. 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.).
    +2
    Completed

    Add menu to completely remove a worktree

    Iulian Onofrei 5 years ago updated by Endolith 4 years ago 10
    +2

    SmartSynchronize: Mark files for comparison from explorer context menu

    Mario123 5 years ago in SmartSynchronize updated by Michael 5 years ago 4

    Unlike ExamDiff there seems to be no possibility to mark files for comparison from the context menu of windows explorer. That would be a great extension.

    Use case:

    Select one file in windows explorer, use right click to open the context menu and then click on "Add to Comparison".

    After that add another file to comparison using the context menu and select "Compare against xyz.ztx"