summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-02-05 14:54:16 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-02-05 14:54:16 -0800
commit39abb2ed483a540676b9fb207409971a566d9979 (patch)
treeeb4c5cc360be4d6f07be494230deb5cc1cf5a682 /contrib
parentMerge branch 'jk/completion-rebase' into maint (diff)
parentcompletion: complete show-branch "--date-order" (diff)
downloadtgif-39abb2ed483a540676b9fb207409971a566d9979.tar.xz
Merge branch 'pw/completion-show-branch' into maint
* pw/completion-show-branch: completion: complete show-branch "--date-order"
Diffstat (limited to 'contrib')
-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 5cec0ee3cc..11bf827fc3 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2372,7 +2372,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