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"
This commit is contained in:
Junio C Hamano
2024-03-21 14:55:14 -07:00

View File

@@ -472,7 +472,7 @@ again, because your configuration may already be caching `git status`
results, so it could be faster on subsequent runs. results, so it could be faster on subsequent runs.
* The `--untracked-files=no` flag or the * 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 indicate that `git status` should not report untracked
files. This is the fastest option. `git status` will not list files. This is the fastest option. `git status` will not list
the untracked files, so you need to be careful to remember if the untracked files, so you need to be careful to remember if