Add configuration option for default untracked files mode
[gitweb.git] / Documentation / git-commit.txt
index e600e14be5be7ef45a8b1d51e4cfa47068731075..2e5ea22a40fd64f3b949099006b54ef493a4993b 100644 (file)
@@ -157,9 +157,14 @@ The mode parameter is optional, and is used to specify
 the handling of untracked files. The possible options are:
 +
 --
+       - 'no'     - Show no untracked files
        - 'normal' - Shows untracked files and directories
        - 'all'    - Also shows individual files in untracked directories.
 --
++
+See linkgit:git-config[1] for configuration variable
+used to change the default for when the option is not
+specified.
 
 -v|--verbose::
        Show unified diff between the HEAD commit and what