mirror of
https://github.com/git/git.git
synced 2025-04-08 15:05:48 +00:00
Merge branch 'rt/completion-branch-edit-desc' into maint
* rt/completion-branch-edit-desc: completion: --edit-description option for git-branch
This commit is contained in:
commit
5639786f30
@ -1152,7 +1152,7 @@ _git_branch ()
|
||||
__gitcomp "
|
||||
--color --no-color --verbose --abbrev= --no-abbrev
|
||||
--track --no-track --contains --merged --no-merged
|
||||
--set-upstream
|
||||
--set-upstream --edit-description
|
||||
"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user