git --list-cmds: collect command list in a string_list
[gitweb.git] / Documentation / git.txt
index 4767860e72f46d4e4df883f2fdbb4a46eb8e8eda..2800e3d18807060ae12edf6953e8addf0171f6a4 100644 (file)
@@ -163,6 +163,12 @@ foo.bar= ...`) sets `foo.bar` to the empty string which `git config
        Do not perform optional operations that require locks. This is
        equivalent to setting the `GIT_OPTIONAL_LOCKS` to `0`.
 
+--list-cmds=group[,group...]::
+       List commands by group. This is an internal/experimental
+       option and may change or be removed in the future. Supported
+       groups are: builtins, parseopt (builtin commands that use
+       parse-options).
+
 GIT COMMANDS
 ------------