From 71ccda7e6ceda84e4c43425161d12dc56e7f99d5 Mon Sep 17 00:00:00 2001 From: Jonas Wunderlich Date: Tue, 12 Mar 2024 21:34:11 +0000 Subject: [PATCH] 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 --- Documentation/git-status.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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