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!

0

LFS: track folder

Marcel van Pinxteren 3 years ago 0

When I right-click on a staged/changed file, select LFS...Track... I can only specify individual file names or file name wildcards.

If I enter something like `seed-files/*.json`, the OK button is greyed out.

This is a limitation of SmartGit, git itself does allow folder names.

0

Check out branch by name

Всеволод Голованов 3 years ago updated 3 years ago 2

I want to be able to check out a remote branch by its name, instead of looking for it among 1000s of branches.

https://www.syntevo.com/doc/display/SG/Check+Out says:

Main window On the project window, invoke Branch|Check Out from the menu. This will open a dialog containing a Log view, where you can select the commit to check out.

But that's not how it works in SG 21.1. Branch|Check Out is disabled, unless you have a commit selected in the Graph, and if you do it just checks out that commit.

0

Open repository in browser for known providers

Kanstantsin Kamkou 3 years ago updated by quincunx 3 years ago 1

Hi smartgit! (cc: @Thomas)

Please consider adding "open repository in a browser" option or add mapping to the settings (please also pre-map github, bitbucket, etc.). Nowadays teams become obsessed with microservices, it is pretty handy feature.

refs: https://smartgit.userecho.com/en/communities/1/topics/952-open-remote-repository-in-browser

Thank you. K.

0

Separate changes window that follows selection

Всеволод Голованов 3 years ago updated 3 years ago 3

To me this is not enough space both for Files and Changes:

Image 640


So I wish I could have a separate Changes window that I could drag to another monitor, to view changes better, and to free up horizontal space for Files. I tried the following.

1. Detaching the Changes tool window from the main window. Doesn't seem possible.

2. Opening a separate Changes window (F4). But it doesn't follow file selection in the main window - it just shows the file that you opened it for.

3. Having the main window non-maximized so that you could have Changes on the right side of it, and have the whole window stretched over two monitors. But it doesn't seem possible to have Changes on the right side taking up 100% vertical space.

0

Integrate Apple Text Services into SmartGit for allowing use of the Services from the Application Menu

Joseph 3 years ago 0

https://stackoverflow.com/questions/266809/using-mac-os-x-services-menu-from-a-java-swing-application


Currently, a significant number of services are not available while using the SmartGit -> Services menu as there seems to be limited integration with the Java stack. Stack overflow link above seems to give a hint as to how to do this.

0

Tool Param for Currently Selected Text

Joseph 3 years ago 0

It would be nice to be able to be able to pass a tool invocation any currently selected text. This would allow me to interface SmartGit with internal tools I use.

0
Completed

Use local file for avatars before falling back to initials

Sync 3 years ago updated by Thomas Singer 3 years ago 1

I love the new avatar usage in the graph.  But not all of my team members use gravatar, and we can't force them to.

Can we have a local list (XML, json, csv, anything) where I can map an email address to a local folder that contains an image for my team members? It'll be visible for me, and only executed when the email doesn't have a gravatar image.  

(1) Grab from gravatar | `avatar.serverUrl`

(2) Grab from local map

(3) Fallback to initials

0

Pull: don't show configuration dialog

Mike Kholomeev 3 years ago updated 3 years ago 2

Hi!

I'd like to propose to change UI action of "Pull" toolbar button

IMHO, it is not correct when you need to make two times more clicks in order to achieve an intended action.

- "Pull" toolbar button must not open any popups. It must process with Pull action with the lastest(default) pull configuration.

 Pull configuration can be changed via the menu "Remote/Pull..."

0

GitHub: display github issue list when writing commit message

Marco Sacchi 3 years ago updated by Thomas Singer 1 year ago 2

It would be useful to have a popup list with the identifier and title of the issues so that you can insert them in the commit message without having to access GitHub web interface.

0
Completed

Log for a chunk of a file - particularly useful to log a conflicting chunk

Alireza 3 years ago updated by Marc Strapetz 3 years ago 1

Would be nice to be able to select a chunk (specially a conflicting chunk in the merge state) to find the upstream commit that caused the conflict.