From: Jonas Wunderlich Date: Tue, 12 Mar 2024 21:34:11 +0000 (+0000) Subject: doc: status.showUntrackedFiles does not take "false" X-Git-Tag: v2.45.0-rc0~87^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71ccda7e6ceda84e4c43425161d12dc56e7f99d5;p=thirdparty%2Fgit.git doc: status.showUntrackedFiles does not take "false" 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index 4dbb88373b..b0f36fabfb 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -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