]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: status.showUntrackedFiles does not take "false"
authorJonas Wunderlich <git@03j.de>
Tue, 12 Mar 2024 21:34:11 +0000 (21:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Mar 2024 16:14:46 +0000 (09:14 -0700)
The `status.showUntrackedFiles` config option only accepts the
values "no", "normal" or "all", but not as this part of the man page
suggested "false".  While we are at it, camel-case the name of the
variable.

Signed-off-by: Jonas Wunderlich <git@03j.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-status.txt

index 4dbb88373bcddadde2560e8159ef31d1f3580c58..b0f36fabfb391c10582a6f0feb63fa596e693ddc 100644 (file)
@@ -472,7 +472,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