Skip to content

Commit 39abb2e

Browse files
committed
Merge branch 'pw/completion-show-branch' into maint
* pw/completion-show-branch: completion: complete show-branch "--date-order"
2 parents d509fa4 + f7c2e1a commit 39abb2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,7 @@ _git_show_branch ()
23722372
case "$cur" in
23732373
--*)
23742374
__gitcomp "
2375-
--all --remotes --topo-order --current --more=
2375+
--all --remotes --topo-order --date-order --current --more=
23762376
--list --independent --merge-base --no-name
23772377
--color --no-color
23782378
--sha1-name --sparse --topics --reflog

0 commit comments

Comments
 (0)