Merge branch 'rt/completion-help'
Shell completion (in contrib/) updates. * rt/completion-help: completion: add 'revisions' and 'everyday' to 'git help' completion: add option '--guides' to 'git help'
This commit is contained in:
commit
8b7475aefc
@ -1339,15 +1339,15 @@ _git_help ()
|
|||||||
{
|
{
|
||||||
case "$cur" in
|
case "$cur" in
|
||||||
--*)
|
--*)
|
||||||
__gitcomp "--all --info --man --web"
|
__gitcomp "--all --guides --info --man --web"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
__git_compute_all_commands
|
__git_compute_all_commands
|
||||||
__gitcomp "$__git_all_commands $(__git_aliases)
|
__gitcomp "$__git_all_commands $(__git_aliases)
|
||||||
attributes cli core-tutorial cvs-migration
|
attributes cli core-tutorial cvs-migration
|
||||||
diffcore gitk glossary hooks ignore modules
|
diffcore everyday gitk glossary hooks ignore modules
|
||||||
namespaces repository-layout tutorial tutorial-2
|
namespaces repository-layout revisions tutorial tutorial-2
|
||||||
workflows
|
workflows
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user