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!

+25
Completed

Quickly locate/edit Git ignore files

gsimard 8 years ago updated by Marc Strapetz 7 years ago 6

.gitignore, exclude and where the hec is that global Git ignore file again???


Please add a mechanism where the user would be presented with a list of Git ignore file(s) that are in effect for a repository and add the ability to launch an editor against each ignore file.

Missing Git feature
+24

Log, Files view: allow to compare modified working tree against arbitrary commit

Marc Strapetz 6 years ago updated by kuenzim 3 weeks ago 14

Allow to select an arbitrary commit in the Log and compare it to the current working tree, including not yet staged local modifications of the working tree. Comparing against the current Index is covered by topic https://smartgit.userecho.com/topics/28.

Log window
+24
Completed

Submodule Add: option at which branch the submodule should be added [SG-14489]

Marc Strapetz 8 years ago updated 2 years ago 4

This should populate the submodule.<name>.branch parameter:

[submodule "meta"]

path= meta

url= ../meta

branch=beta

+24
Completed

Clone: option which branch should be checked out

Marc Strapetz 8 years ago updated by Thomas Singer 7 years ago 3

The Clone wizard should provide an option which branch should be checked out as a result of the clone. This will also affect checked out submodules.

+24

Repositories View: 'Working Sets' to switch between my personal or my company repositories

Helder Rossa 8 years ago updated by Thomas Singer 4 years ago 25

I would like to use SmartGit with different repositories depending on what I'm working on. Has an example. I could be at home working in my open source or personal projects and I could be at the office and I just wan't to see my company repositories that I'm working on.


To do that SmartGit could have a notion of a 'Working Set' that sets the list of the group/repositories that I'm seeing. When having multiple 'Working Sets' I could switch between the active 'Working Set'.

+24

All SmartGit settings in a single dialog

Thomas Hansen 8 years ago updated by Christopher Kline 7 years ago 6

Currently there is:

- repository / settings

- edit / customize

- edit / settings

- remote / properties

- changes / settings


How about making 1 settings dialog under "edit/settings" and putting all setting in there. In tabs or ordered in a way similar to how Visual studio does it (tree view).

Settings
+24
Completed

Git bisect support

Daniel 8 years ago updated by Pierre Goiffon 6 years ago 8

Support of git bisect functionality.

Missing Git feature
+24
Completed

Advanced multi-worktree support

Marc Strapetz 8 years ago updated by Thomas Singer 5 years ago 12
Missing Git feature
+23

Gerrit as hosting provider

leuschns 6 years ago updated by admin1 6 years ago 0

- add Gerrit as hosting provider

- config needed: server name, server port, optional path to ssh key empty uses default, like clone command that just picks up default file)

- connect to gerrit via ssh (command line would be 'ssh gerrit-server.myurl.com gerrit ls-projects') it responds with plain text, one repository name at a time

- clone URL becomes ssh://SERVER:PORT/REPONAME.git (append .git)







Hosting provider
+23
Completed

Changes view: allow editing file

vseticka martin 7 years ago updated by Thomas Singer 3 years ago 17

When I review changes that I'm about to commit I often find that I made a typo. I would like to make some adjustments in SmartGit right away to avoid navigating to the file in my IDE.