]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-status.txt
Merge branch 'jc/show-untracked-false'
[thirdparty/git.git] / Documentation / git-status.txt
index 1561319eb274a3f65693306b35b9d8c7d913993b..9a376886a5867a63d173d85162c57027f336f915 100644 (file)
@@ -474,7 +474,7 @@ again, because your configuration may already be caching `git status`
 results, so it could be faster on subsequent runs.
 
 * The `--untracked-files=no` flag or the
-       `status.showUntrackedfiles=false` config (see above for both):
+       `status.showUntrackedFiles=no` config (see above for both):
        indicate that `git status` should not report untracked
        files. This is the fastest option. `git status` will not list
        the untracked files, so you need to be careful to remember if