]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git.txt
completion: allow to customize the completable command list
[thirdparty/git.git] / Documentation / git.txt
index 75f50d237994038e15a84c94d0d86294dd5f52d8..6f7eddf847bd1218ad62fad3563dc18a2448625d 100644 (file)
@@ -170,7 +170,8 @@ foo.bar= ...`) sets `foo.bar` to the empty string which `git config
        parse-options), main (all commands in libexec directory),
        others (all other commands in `$PATH` that have git- prefix),
        list-<category> (see categories in command-list.txt),
-       nohelpers (exclude helper commands) and alias.
+       nohelpers (exclude helper commands), alias and config
+       (retrieve command list from config variable completion.commands)
 
 GIT COMMANDS
 ------------