Skip to content

Commit 8b7475a

Browse files
committed
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'
2 parents 73385f2 + 4d10b7e commit 8b7475a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/completion/git-completion.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,15 +1339,15 @@ _git_help ()
13391339
{
13401340
case "$cur" in
13411341
--*)
1342-
__gitcomp "--all --info --man --web"
1342+
__gitcomp "--all --guides --info --man --web"
13431343
return
13441344
;;
13451345
esac
13461346
__git_compute_all_commands
13471347
__gitcomp "$__git_all_commands $(__git_aliases)
13481348
attributes cli core-tutorial cvs-migration
1349-
diffcore gitk glossary hooks ignore modules
1350-
namespaces repository-layout tutorial tutorial-2
1349+
diffcore everyday gitk glossary hooks ignore modules
1350+
namespaces repository-layout revisions tutorial tutorial-2
13511351
workflows
13521352
"
13531353
}

0 commit comments

Comments
 (0)