Browse Source

completion: add option '--guides' to 'git help'

Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Ralf Thielow 9 years ago committed by Junio C Hamano
parent
commit
716b29db91
  1. 2
      contrib/completion/git-completion.bash

2
contrib/completion/git-completion.bash

@ -1338,7 +1338,7 @@ _git_help () @@ -1338,7 +1338,7 @@ _git_help ()
{
case "$cur" in
--*)
__gitcomp "--all --info --man --web"
__gitcomp "--all --guides --info --man --web"
return
;;
esac

Loading…
Cancel
Save