Skip to content

Commit f7c2e1a

Browse files
Paul Waglandgitster
authored andcommitted
completion: complete show-branch "--date-order"
Signed-off-by: Paul Wagland <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1b0b6dd commit f7c2e1a

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
@@ -2368,7 +2368,7 @@ _git_show_branch ()
23682368
case "$cur" in
23692369
--*)
23702370
__gitcomp "
2371-
--all --remotes --topo-order --current --more=
2371+
--all --remotes --topo-order --date-order --current --more=
23722372
--list --independent --merge-base --no-name
23732373
--color --no-color
23742374
--sha1-name --sparse --topics --reflog

0 commit comments

Comments
 (0)