mirror of
https://github.com/git/git.git
synced 2024-10-30 22:07:53 +01:00
completion: --edit-description option for git-branch
Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
828ea97de4
commit
48c07d8684
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue