Merge branch 'rt/completion-branch-edit-desc'
* rt/completion-branch-edit-desc: completion: --edit-description option for git-branch
This commit is contained in:
commit
53828bb065
@ -1152,7 +1152,7 @@ _git_branch ()
|
|||||||
__gitcomp "
|
__gitcomp "
|
||||||
--color --no-color --verbose --abbrev= --no-abbrev
|
--color --no-color --verbose --abbrev= --no-abbrev
|
||||||
--track --no-track --contains --merged --no-merged
|
--track --no-track --contains --merged --no-merged
|
||||||
--set-upstream
|
--set-upstream --edit-description
|
||||||
"
|
"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user