]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git.txt
completion: add and use --list-cmds=nohelpers
[thirdparty/git.git] / Documentation / git.txt
index c423810eacc75bbd09b1a77072e121c2d2c0eac9..820ab77fcb6e5c5a5f1edde511ecdbbba14726fd 100644 (file)
@@ -169,7 +169,8 @@ foo.bar= ...`) sets `foo.bar` to the empty string which `git config
        groups are: builtins, parseopt (builtin commands that use
        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)
+       list-<category> (see categories in command-list.txt),
+       nohelpers (exclude helper commands).
 
 GIT COMMANDS
 ------------