Skip to content

Commit 47c33b4

Browse files
committed
Merge branch 'pw/completion-show-branch'
* pw/completion-show-branch: completion: complete show-branch "--date-order"
2 parents 103c95d + f7c2e1a commit 47c33b4

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
@@ -2373,7 +2373,7 @@ _git_show_branch ()
23732373
case "$cur" in
23742374
--*)
23752375
__gitcomp "
2376-
--all --remotes --topo-order --current --more=
2376+
--all --remotes --topo-order --date-order --current --more=
23772377
--list --independent --merge-base --no-name
23782378
--color --no-color
23792379
--sha1-name --sparse --topics --reflog

0 commit comments

Comments
 (0)