Browse Source

completion: complete show-branch "--date-order"

Signed-off-by: Paul Wagland <paul@kungfoocoder.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Paul Wagland 9 years ago committed by Junio C Hamano
parent
commit
f7c2e1a042
  1. 2
      contrib/completion/git-completion.bash

2
contrib/completion/git-completion.bash

@ -2368,7 +2368,7 @@ _git_show_branch () @@ -2368,7 +2368,7 @@ _git_show_branch ()
case "$cur" in
--*)
__gitcomp "
--all --remotes --topo-order --current --more=
--all --remotes --topo-order --date-order --current --more=
--list --independent --merge-base --no-name
--color --no-color
--sha1-name --sparse --topics --reflog

Loading…
Cancel
Save