Skip to content

Commit 5639786

Browse files
committed
Merge branch 'rt/completion-branch-edit-desc' into maint
* rt/completion-branch-edit-desc: completion: --edit-description option for git-branch
2 parents 90020e3 + 48c07d8 commit 5639786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ _git_branch ()
11521152
__gitcomp "
11531153
--color --no-color --verbose --abbrev= --no-abbrev
11541154
--track --no-track --contains --merged --no-merged
1155-
--set-upstream
1155+
--set-upstream --edit-description
11561156
"
11571157
;;
11581158
*)

0 commit comments

Comments
 (0)