diff options
author | Paul Wagland <paul@kungfoocoder.org> | 2016-01-23 02:25:54 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-01-25 15:15:26 -0800 |
commit | f7c2e1a0423c5c802607e915d3a8cff2ec6ffaf2 (patch) | |
tree | e61fb75fc3c1408ba179e33ce9402d002e0adb07 /contrib/completion/git-completion.bash | |
parent | Merge branch 'maint' of git://github.com/git-l10n/git-po into maint (diff) | |
download | tgif-f7c2e1a0423c5c802607e915d3a8cff2ec6ffaf2.tar.xz |
completion: complete show-branch "--date-order"
Signed-off-by: Paul Wagland <paul@kungfoocoder.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/completion/git-completion.bash')
-rw-r--r-- | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 6956807519..0b7f4dd6f1 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -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 |