aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-03-21 14:55:14 -0700
committerJunio C Hamano <gitster@pobox.com>2024-03-21 14:55:14 -0700
commit6e701146b7d0d874839dd17bc93d301ce4a5d1ae (patch)
tree452ad9c895ce0ab57356eb215a56a6de97cdfd20 /Documentation
parent509a047355fecf26f5ecfc12e151413742631597 (diff)
parent71ccda7e6ceda84e4c43425161d12dc56e7f99d5 (diff)
downloadgit-6e701146b7d0d874839dd17bc93d301ce4a5d1ae.tar.gz
Merge branch 'jw/doc-show-untracked-files-fix'
The status.showUntrackedFiles configuration variable was incorrectly documented to accept "false", which has been corrected. * jw/doc-show-untracked-files-fix: doc: status.showUntrackedFiles does not take "false"
Diffstat (limited to 'Documentation')
-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 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