mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user