summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-02-03 14:16:05 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-02-03 14:16:05 -0800
commit47c33b45d1a92afa2b58682601457609abbb1ed4 (patch)
tree243bd0b44900871890d9ce12a9e14218891af67a
parentMerge branch 'jk/completion-rebase' (diff)
parentcompletion: complete show-branch "--date-order" (diff)
downloadtgif-47c33b45d1a92afa2b58682601457609abbb1ed4.tar.xz
Merge branch 'pw/completion-show-branch'
* pw/completion-show-branch: completion: complete show-branch "--date-order"
-rw-r--r--contrib/completion/git-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 800e0bb1af..8e783eacf1 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2373,7 +2373,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