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!

0

Show submodules with modified content in the commit files window

Sulfur (Saad) 5 months ago updated 5 months ago 10

When performing a git status . command in CLI, we can see submodules that have new commits and submodules that have modified content and/or untracked content

Image 870

It would be great if SmartGit can show this in the files dialog. As it stands, I only see submodules with new commits which makes it possible for me to miss some submodule commits that I need to make.

0

Trigger a refresh via command line/bash

sgtcoder 5 months ago updated 5 months ago 2

In order to trigger a refresh for SmartGit, you have to close the app out and re-open it.

It would be nice to have a command via shell that can trigger a refresh. I have a script that I pull down all the repos and then it would be nice to have the refresh command triggered in SmartGit to refresh all the green arrows for pull.

Command line options
0
Completed

Modify commit should work like cherry pick

rconde01 5 months ago updated by Thomas Singer 5 months ago 1

I expected that "modify commit" would work like cherry pick without commit. In other words, it would rewind to before the selected commit and then stage but not commit the selected commit so that you can edit it. Then when you complete it should re-apply all subsequent commits. It would be great if "modify commit" did this, or there was another functionality which provided this workflow.

0
Duplicate

Add support to show commit details during interactive rebase

Marcoo 5 months ago updated by Daniel Siegl 5 months ago 2

Duplicate: https://smartgit.userecho.com/communities/1/topics/552-interactive-rebase-should-show-commit-information

During an interactive rebase the main window is not accessible.Therefore it is not possible to access the graph and to get commit specific information (files which changed and file diff support). Therefore a large rebase process could be very annoying if only the commit message is visible / accessible.

0

Add a copy Full commit data contextual menu entry

Michel Archambault 5 months ago updated 5 months ago 1

I would be nice to have an option in the contextual menu of a commit to copy the "Full commit data", similar the "copy to clipboard" -> "Full data" feature in Tortoise Git (and Tortoise SVN).

Log window
0

Open multiple repositories in explorer

Marcel 5 months ago 0

Sometimes I want to open multiple repos (6-15) in windows explorer from the Repository view in the LogGraph view. Therefore I have to right click each one and say "Open in Explorer". It would be nice if that option would also be shown if you select multiple repos which would then of course open also multiple explorer instances.

External tools
0
Completed

Add context menu item to set upstream of current branch

David Rees 6 months ago updated 6 months ago 2

It would be very handy if remote branch context menu had option to set the current branch's upstream. So user could create a branch, then right click the remote branch tile they want to track (which is usually there in the graph) to set the upstream.

Log window
0
Completed

Configuration option to define the name for the principal branch

Adhoniran Gomes 6 months ago updated by Marc Strapetz 6 months ago 1

The current Git convention is changing the principal branch name from master to main but SmartGit always create the principal branch named "master". If user want to use a different name to the principal branch a rename action is required after repository is created.

Please, add a configuration option to permit user configure any preferred name for the principal branch, then when a new repository is created, the preferred name is used, instead master.

Thanks for your attention and support,

0

Add option to specify repository and branch for "Push Up To..."

Martin Stolpe 6 months ago updated 6 months ago 1

When I create a local branch which doesn't track any remote branch yet and want to push the changes to a remote it would be nice if there was an option to select the remote repository and the branch.

Basically I would like to see this dialog, which is shown when I select "Push Up To..." in the branches view:

Image 865

also when I select "Push Up To..." in the logs view.

The behavior of "Push Up To..." differs between the different windows:

Working Tree Window + Log Window: A dialog is shown where I can push the commits and SmartGit will push the changes to a corresponding branch on the default remote

Standard Window: SmartGit directly pushes to a corresponding branch on the default remote

I often work with local commits where I have stored some local settings which I don't won't to push to the remote repository. That's the reason why I sometimes don't won't to push the complete branch to the remote repository.

Best regards

Martin

0

Fast Compare upper/below

shaidarov 6 months ago updated 6 months ago 1

Please add the ability to take all blocks above/below the current position in the File Compare interface


Image 863


File compare