Skip to content

Commit

Permalink
Merge branch 'pw/completion-show-branch'
Browse files Browse the repository at this point in the history
* pw/completion-show-branch:
  completion: complete show-branch "--date-order"
  • Loading branch information
Junio C Hamano committed Feb 3, 2016
2 parents 103c95d + f7c2e1a commit 47c33b4
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 @@ -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
Expand Down

0 comments on commit 47c33b4

Please sign in to comment.