Skip to content

Commit

Permalink
Merge branch 'pw/completion-show-branch' into maint
Browse files Browse the repository at this point in the history
* pw/completion-show-branch:
  completion: complete show-branch "--date-order"
  • Loading branch information
gitster committed Feb 5, 2016
2 parents d509fa4 + f7c2e1a commit 39abb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39abb2e

Please sign in to comment.