Skip to content

Commit a7fab08

Browse files
Ralf Thielowgitster
authored andcommitted
completion: --list option for git-branch
Signed-off-by: Ralf Thielow <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5639786 commit a7fab08

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 --edit-description
1155+
--set-upstream --edit-description --list
11561156
"
11571157
;;
11581158
*)

0 commit comments

Comments
 (0)