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

Ability to set default JQL query in .gitbugtraq

jflag 3 years ago 0

When selecting a JIRA issue (on commit) SmartGit uses a default JQLquery to find available issues in JIRA.

It would be nice if the default query could be set/overridden in the .gitbugtraq file, this would make it easier for developers coming onto a project who might otherwise have to tweak the JQL in order to get appropriate issues.

Perhaps this already is available? However I couldn't find any documentation on optional .gitbugtraq parameters.

0

Investigate/DeepGit: compact diff

Всеволод Голованов 3 years ago in DeepGit updated by Marc Strapetz 3 years ago 1

I really like Investigate, how it allows you to view things from different angles.

But it's missing compact diff. Instead Log has it, which seems to be the only reason to use Log.

0
Completed

Option for rebase to not use --rebase-merges option

Dan 3 years ago updated 3 years ago 2

Rebasing in smart git seems to add the --rebase-merges argument. How can I disable this option?

0

Show latest tag for each repo in repository list view.

jaunt 3 years ago 0

This way I could see at a glance the current version of each of my repos.  We already see branch which is great.

0
Completed

Log graph: Collapse all octopus-merge branches

Sync 3 years ago updated by Marc Strapetz 3 years ago 3

I love how we are able to collapse merge-commits now, but it doesn't seem to handle octopus merge `git merge -no-ff branch1 branch2 ...`.  It only collapses one of the branches.

0

Fetch/Pull for all/multiple repositories

Narkzs12345 3 years ago updated by Patrick Lehmann 1 year ago 1

In smartGit i have ~20 Repos and i want a Button: "show me whats new" so made an Fetch at all and show the Info Thats new and/or pull all: pull and merge with local if where are NO local changes.. 


The logic in the Moment with the small checkboxes botton left (local branch and remote branch) is very "frickelig" i think it could be better to have an excel style dialog for all repos. with one  view be informed whats new.. or made the setting local branch and remote branch

I iam the only one this this problems? 

otherwise: your app is great!!! i testet nearly everyone git and this app is the best! Thanks!!!

0

Preference to Specify Default Windows in a Perspective

dja7777 3 years ago 0

It should be possible to specify what windows are open by default for each perspective.

This should apply when switching to the perspective or when starting SmartGit.

The simplest would be to be able to specify the set that was last in use.

SmartGit 21.1.1 now always shows the "changes" window, which I now always have to get rid of, as it usually gets in the way.

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.