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!

0

Pull/ fetch more than one submodule in parallel

Weberknecht 2 months ago updated by Thomas Singer 2 months ago 0

I have around 25 Submodules in a big Project. 
If possible do the git calls to Submodules in parallel.

The Submodules have nearly never Changes but come from different Locations and it seems most of the runtime is lost in the Time for Authentification.

git.exe -c credential.helper= -c "credential.helper=C:/Program\ Files/SmartGit/bin/smartgitc.exe --credential=somenumber" -c credential.useHttpPath=true fetch --progress --prune --recurse-submodules=no origin

Improve Git commands Submodules
0

Jumping out of log windows for file to global log

Miro Kropáček 2 months 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 months ago updated by Thomas Singer 3 months 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

smarSVN: add ability to: revert, ignore, add to change list, file from commit window

Leszek Antkiewicz 3 months ago in SmartSVN 0

smartSVN commit window need to have ability to select a file and make most useful operations on it like revert, delete, ignore, add to change list 

Commit dialog GUI
0

smartSVN: additional columns options to commit dialog (like Last Changed)

Leszek Antkiewicz 3 months ago in SmartSVN updated by Thomas Singer 3 months ago 1

Commit dialog does not allow adding any other column such as Last Changed.

Commit dialog
0

Commit Marker

philipp nussbaumer 3 months ago updated by Nussbaumer, Philipp 3 months 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

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

andre candido 3 months ago updated 3 months 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 4 months ago updated 4 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
0

Finish Feature: configure default for "create simple commit (squash)" option

bosse_goss 4 months ago updated by Thomas Singer 4 months ago 0

Hi,

When I want to merge my feature/fix branch to main branch I have always the check box "create simple commit (squash)" unchecked.

It will be usefull if there is a configuration to do to say :

  • Check "create simple commit (squash)" by default when merge.
  • Or check "create simple commit (squash)" by default when merge with a main branch (we can also assume that there is a configuration to identify a main branch list).

Thank you,

Karim

0

Implement keyboard shortcut helper

vkushni 5 months ago updated 5 months ago 4

Hello,

Features which help user to learn hot keys becoming more and more popular. This can be seen by increasing popularity of IDE plugins which implement this feature.

So my suggestion is to implement same logic here. When user perform actions not by using keyboard shortcuts new popup should be shown with information about hot key combination which can be used instead.

Cheers,
Volodymyr

Standard window