summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Wunderlich <git@03j.de>2024-03-12 21:34:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2024-03-13 16:14:46 (GMT)
commit71ccda7e6ceda84e4c43425161d12dc56e7f99d5 (patch)
tree7a7b2da8eec08b6549b530c2b14ec894666c3161
parent945115026aa63df4ab849ab14a04da31623abece (diff)
downloadgit-71ccda7e6ceda84e4c43425161d12dc56e7f99d5.zip
git-71ccda7e6ceda84e4c43425161d12dc56e7f99d5.tar.gz
git-71ccda7e6ceda84e4c43425161d12dc56e7f99d5.tar.bz2
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 <git@03j.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-status.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt
index 4dbb883..b0f36fa 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