We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73385f2 + 4d10b7e commit 8b7475aCopy full SHA for 8b7475a
contrib/completion/git-completion.bash
@@ -1339,15 +1339,15 @@ _git_help ()
1339
{
1340
case "$cur" in
1341
--*)
1342
- __gitcomp "--all --info --man --web"
+ __gitcomp "--all --guides --info --man --web"
1343
return
1344
;;
1345
esac
1346
__git_compute_all_commands
1347
__gitcomp "$__git_all_commands $(__git_aliases)
1348
attributes cli core-tutorial cvs-migration
1349
- diffcore gitk glossary hooks ignore modules
1350
- namespaces repository-layout tutorial tutorial-2
+ diffcore everyday gitk glossary hooks ignore modules
+ namespaces repository-layout revisions tutorial tutorial-2
1351
workflows
1352
"
1353
}
0 commit comments