-
Notifications
You must be signed in to change notification settings - Fork 143
Fix git status
' display of git rebase -ir
's label
commands
#188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The argument of a `label` command does *not* want to be turned into an abbreviated SHA-1. Signed-off-by: Johannes Schindelin <[email protected]>
/submit |
Submitted as [email protected] |
This branch is now known as |
This patch series was integrated into pu via git@c5d8c8f. |
This patch series was integrated into pu via git@6c6508f. |
This patch series was integrated into pu via git@fd85baf. |
This patch series was integrated into next via git@c7fefa1. |
This patch series was integrated into pu via git@e2743b2. |
This patch series was integrated into pu via git@e0708c2. |
This patch series was integrated into next via git@e0708c2. |
This patch series was integrated into master via git@e0708c2. |
Closed via e0708c2. |
Those label commands are currently displayed with their argument resolved as abbreviated commit hash. Not really what we want. We really want the label names instead.