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!

+5
Under review

view history of selected lines of code in one file (not whole file)

j3nda 9 years ago updated by Alexander Miloslavskiy 9 years ago 5

problem:

* its very hard to search who made prev. changes (eg. in months)


solution:

* so ideal is to have tool, which can track history of one line in file to context

* you will just selected lines, which u're interested in

* and this feature will show history only of this selected lines of code

+5

Push to several remote repositories

Sergey 9 years ago updated by Santos 2 years ago 5

I have several remote repositories bitbacket, github etc. I want to push in each repositories in one click. Now i should to edit the configs manually and push to every repository.

+5
Declined

tiny menu bar

donny rolanda 9 years ago updated by Thomas Singer 9 years ago 4

i hope smartgit do something with menu bar, set small size menu bar

+5
Completed

Compare (built-in): improve detection/display of related changes

Marc Strapetz 9 years ago updated by Thomas Singer 8 years ago 2

E.g. denote moved hunks

Please provide samples where SmartGit's compare produces sub-optimal results.

+5
Completed

Journal (Outgoing view): split commits, using "edit" command [SG-8115]

Marc Strapetz 9 years ago updated by Thomas Singer 9 years ago 2
Missing Git feature
+5
Completed

Add the "Stash" action on the popup menu

gsimard 9 years ago updated by Thomas Singer 9 years ago 8

I am sure you can find some place to add "Stash" somewhere inside this popup menu :-)


Image 3



Missing Git feature
+4

Add ability for graph squash context menu to work on non-contiguous commits

David Rees 1 year ago 0

Add ability for Squash context menu in log view to work for non-consecutive commits. Currently it only works for consecutive commits. If non-consecutive commits are chosen then smartgit would trigger a interactive rebase that does the following:

- reorder selected commits so they are consecutive

- then squash them

If there is an merge issue then smartgit drops into interactive rebase resolve step so use can resolve (or cancel).

Log window Standard window
+4

Changes view (file compare): change default colors similar to other file compares

Thomas Singer 2 years ago updated by Jeff Jensen 2 years ago 1

SmartGit shows deleted content in blue and changed content in red. Other file compare tools show deleted content in red.


This becomes most apparent in the Unified diff view.

File compare
+4

Superproject commits: commit also submodule pointer change

Edoardo Bezzeccheri 2 years ago 0

At the moment (version 23.1 preview 10) it is possible from the Working Tree window to visualize changes from submodules (can be enabled with Ctrl+7) and to commit them in different repositories (super and submodules) at once. This correctly produces commits in multiple repositories with only one UI dialog interaction.

What I believe is missing from this feature is that the submodule pointer changes are not committed in the superproject.

What is the point in making multiple commits at once if later I need to make another commit in the superproject to update the submodule pointers?

Submodules
+4

Allow Sorting and Filtering in 'My History'

softworkz 3 years ago updated 3 years ago 2

The list in “My History” should to be sortable by date. I mean, how can it be “my history” when it doesn’t show at the top what I’ve done most recently?

Also, being able to filter would be useful.

Actually it's just about providing the same functionality for "My History" as it is provided for "All Branches + Tags":


Image 766