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!

+1

ReviewBoard support for pre-commit reviews

luisl 9 years ago 0

It would be great if ReviewBoard could be supported natively for pre-commit reviews.


It's possible to call RBTools via an external tool call but it doesn't work for SVN repositories because they aren't standard git-svn repositories and aren't supported by RBTools.


It would also be handy to have UI support for creating and updating ReviewBoard reviews.


+1

Save/Load work area layouts

CodingMaster 9 years ago 0

Now there are two built in layouts (Main and Review). I would like to be able to customize some of custom layouts and switch between them.

+1

Repositories view: optionally hide closed repositories

Marc Strapetz 9 years ago updated 9 years ago 0

To stay focussed on the current repository only.

+1

SSH: SHA2 support

Marc Strapetz 9 years ago 0
0

Jumping out of log windows for file to global log

Miro Kropáček 1 week ago 0

Hi,

I have a feature proposal. Sometimes I do the following:

- type a filename in the "Files" tab and CTRL+L for seeing its history

- sometimes I search within the history

- I find the commit I'm interested in

- however now a really awkward set of actions is needed:

1. Copy the commit ID

2. Close the log window

3. Open the log window

4. Paste the commit ID to see surrounding commits and context

It would be great if there was a way to "step out" of the "local" (file based) log window and do a "reveal commit" globally, without closing and opening a new log window.

Log window
0

Change repo path if necessary

Dieter 3 weeks ago updated by Thomas Singer 3 weeks ago 3

It would be desirable if the path to existing repositories could be adjusted in SmartGit.

Currently, this can only be done by removing and re-adding the respective repository or by manually editing the configuration files.

In my case, it was a necessary adjustment to the existing project structure that made this step necessary.

GUI Repository Management
0

Commit Marker

philipp nussbaumer 1 month ago updated by Nussbaumer, Philipp 1 month ago 4

A helpful feature would be the ability to mark certain commits with a color, making them easier to find and revisit later.

GUI Graph
0

Changes view: remember "Ignore Whitespace" option also for local files

oozing-blade 1 month ago updated by Thomas Singer 1 month ago 0

When traversing changes either in working tree or stage, SmartGit resets "Ignore Whitespace" toggle after switch to next file back to default state which is untoggled.

This is to emphasise not missing unexpected or other kind of important w/s changes.

However from time to time one would need to traverse files quickly, to skim through changes at glance which is often not possible when w/s are highlighted.

I'm unsure how to approach the solution. E.g.: low lever setting for reset behavior, put it to hamburger menu of diff window, diff setting, double click on toggle would make it permanent, …

Image 949

Image 948

Image 950

Changes view
0

GitLab: Merge Request, fetch only if user is reviewer or assigned

andre candido 1 month ago updated 1 month ago 1

Set an option to only show merge requests if user is Reviewer or Assigned to it.

Hosting provider Settings
0

Custom commit-message processor to negate Conventional Commit

Sync 2 months ago updated 2 months ago 1

As someone who thinks Conventional Commits is a noisy and useless convention (which the tagging should have been relegated to the body as a parsable format like `@type chore`), is it possible to allow a custom hook or script for users to pre-process the git log?  

The hook method also allows the user to do whatever they want (e.g. remove JIRA IDs), so I think it will be very flexible.  If usage becomes widespread, SmartGit can even promote some of these internally through a filter.


Performance might be an issue since it needs to be executed on every message, but since it is opt-in, it wouldn't affect 99% of users.

And just like any filtering, I guess there needs to be an indicator for when the filtering is in effect.

Graph