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!

+7

Log: ability to search inside files of the selected commit (grep)

Thomas Singer 6 years ago updated by Pierre Goiffon 6 years ago 1

Sometimes I'd like to search the (all, not just the modified ones) files of the commit currently selected in the Log window. This may be useful if a method does not existing any more but you know a state where it existed.

+7

Bitbucket(Server): enable "Create pull request" for from the main window.

W. Gauch 6 years ago updated by Marc Strapetz 6 years ago 0

When I select a branch in the Branches tab, Review > Create Pull Request is still grayed out. But it's available in the same menu in the log window. Please enable "Create pull request" for Bitbucket server from the main window.


I can do everything needed to create and prepare the feature branch for the pull request in the main window, but then for the last step as a feature developer I need to open a different window, look for my feature branch again, and finally open the pull request. This is a disruption
in the workflow.
(Reviewing the pull request (fetch, look at commits, comment, approve ;-), merge) is another workflow, usually by a different person - it's okay that this happens in the log window, as we
need the log for that.)

+7

Output view: use fixed width font in

Derrick Southerland 7 years ago updated by Marc Strapetz 7 years ago 0

It's easier to read console responses in a fixed width font.


Also, some remotes respond with ascii art that looks terrible in variable width fonts. OK this isn't a major issue, but still...


Image 203


+7

Log and journal: Branch color determined by recognized pattern/keyword in the branch name

Zart Colwing 7 years ago updated by Klaus 5 years ago 1
Wouldn't it be nice to be able to configure branch color based on
recognized keywords/pattern in the branch name.
Ex:
- 'Develop' and 'Master' will have their color set to the color configured
for the 'Develop' and 'Master' keyword respectively;
- Feature branches would have their color set based on the color configured
for the 'Feature/' pattern;
- Other branch <-> pattern could be configured to fill the user needs;
- Closed/deleted branches would revert back to gray.
+7

Spell-checker: optionally prevent commit with typos

Thomas Singer 7 years ago updated by Shmulik Flint 7 years ago 1

It would be great if SmartGit could be configured so it doesn’t allow to commit until I fix all of the spelling problems in the commit message.

This way, if I have a typo, it will make sure I noticed it. This, of course, should be optional.

+7

Rebase: support autostashing working tree changes

Gxost 7 years ago updated by Marc Strapetz 4 years ago 2

Rebase ("Rebase HEAD to", "Rebase Interactive From") fails because of not stashed changes. It would be great to autostash/unstash files as for Pull-rebase feature.

+7

Push: add --no-verify checkbox so we can skip githooks

Marco Bettiolo 8 years ago 0

Right now you can only skip verify with commits, add this feature to push as well

+7

Allow submodule to be added in new sub-directory

Bryce Schober 8 years ago updated by Hyper Sonic 6 years ago 1

Currently the submodule configuration disallows adding a submodule in a non-existent directory. If I want to add a new submodule in externals/foo_project, for example, it doesn't let me do that in one step.

+7
Completed

File log and repo log should be represented as separated commands in the UI

Marek 8 years ago updated by Thomas Singer 7 years ago 3

I often find confusing to open repo log when I have a file selected. I end up opening file log, then I realize this, close it, unselect the file and reopen the log.


I think that two separate buttons would be good. The file one should be grayed out when no file is selected.

+7

show BOM state in Changes window

MATSUDA Takashi 8 years ago 0

How about to show the state and change of BOM(byteorder mark) in the Changes window.


It is tedious work to check whether the byte order mark is in the desired state.