completion: allow to customize the completable command list
[gitweb.git] / Documentation / config.txt
index 2659153cb377554bc5cf6fc4199233b2bab498a2..9e81dcf867d8323d35a534859aa74bd7acc2eb83 100644 (file)
@@ -1343,6 +1343,14 @@ credential.<url>.*::
 credentialCache.ignoreSIGHUP::
        Tell git-credential-cache--daemon to ignore SIGHUP, instead of quitting.
 
+completion.commands::
+       This is only used by git-completion.bash to add or remove
+       commands from the list of completed commands. Normally only
+       porcelain commands and a few select others are completed. You
+       can add more commands, separated by space, in this
+       variable. Prefixing the command with '-' will remove it from
+       the existing list.
+
 include::diff-config.txt[]
 
 difftool.<tool>.path::