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!
Pull/ fetch more than one submodule in parallel
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
Jumping out of log windows for file to global log
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.
Change repo path if necessary
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.
smarSVN: add ability to: revert, ignore, add to change list, file from commit window
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
smartSVN: additional columns options to commit dialog (like Last Changed)
Commit dialog does not allow adding any other column such as Last Changed.
Commit Marker
A helpful feature would be the ability to mark certain commits with a color, making them easier to find and revisit later.
GitLab: Merge Request, fetch only if user is reviewer or assigned
Set an option to only show merge requests if user is Reviewer or Assigned to it.
Custom commit-message processor to negate Conventional Commit
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.
Finish Feature: configure default for "create simple commit (squash)" option
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
Implement keyboard shortcut helper
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
Customer support service by UserEcho