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
Completed

Functionality to create a range of patches, all labelled sequentially

Wilbert van Dolleweerd 7 years ago updated by Marc Strapetz 6 years ago 2

In the log view you can select a single commit and use the 'format patch' functionality to create a single patch.

Image 90


However, I frequently have the need to select a range of sequential commits and make patches for each commit.


Basically the same functionality as for example 'git format-patch -3' to create 3 patches from the top 3 commits. SmartGit does not seem to provide this functionality. Why not?


No format patch available?


0

Syntax Highlighting: support for DataFlex language

Marco 7 years ago updated by Marc Strapetz 7 years ago 0

Please add DataFlex as a supported language for the Syntax Highlighter.

See www.dataaccess.com


Kind regards

Marco

0

Allow doing SmartGit actions when an action is being executed

Ram Rachum 7 years ago updated 7 years ago 2

This is something I wanted for years. Oftentimes when I'm doing an action with SmartGit that takes a few options, I can't do almost anything else in the UI until the command is finished. This means that a big chunk of my time using SmartGit is spent twiddling my thumbs, waiting for SmartGit to finish something so I can do the next thing.


Here's an example: I'm on the dev branch and I just amended a commit, now I want to reset master and origin/master to it. so I go to log, (1) check out master, (2) reset master to my commit, (3) push master, hitting "replace", (4) check out the dev branch again.

For each of these actions, I have to wait until it's finished before I can do the next. It's annoying. I wish I could do them rapidly one after the other, and SmartGit could execute them asynchronously. If one of my actions results in an error, then stop the queue and let me know, but that's likely to be uncommon.

0

Allow opening the Log while a push is taking place

Ram Rachum 7 years ago updated 7 years ago 1

When a push is taking place in the main window, or any other action, I can't open the Log. I have to wait for it to finish. I wish I could open the log despite it not being finished.

0
Completed

SmartGit needs to be able to handle multiple user profiles and SSH keys.

Sky 7 years ago updated by Thomas Singer 7 years ago 1

This is one of the real hassles with Git that should not be done manually. I would buy this product in a heartbeat if it handled this functionality.

0
Completed

compare two seperate files in same repo

zolo 7 years ago updated by Thomas Singer 7 years ago 1

It would be nice to be able to use SmartGit to compare two files in the repo


0
Completed

Have digital signatures for all downloadbles files

Guy 7 years ago updated by Thomas Singer 4 years ago 2
0

Be able to pull directly from an upstream branch

Jonne Kats 7 years ago updated by Colin Richardson 7 years ago 3

When using forks you want to be able to pull from an upstream branch. Currently its only possible to fetch from a branch that is not being tracked.


What I normally do at the command line is: git pull upstream <branch> (Even though the branch is untracked)

0
Completed

Enable GitFlow directly when cloning/opening a new repo

Pierre Goiffon 7 years ago updated 7 years ago 3

Currently you need to first clon/open the new repository, and then got to the gitflow dialog to enable it.

SmatGit could propose a checkbox in the open / clone dialogs to firectly configure GitFlow. It could also automatically detect that both develop and master exists in the new repo, and propose directly to configure GitFlow ?