Skip to content

Commit 6e70114

Browse files
committed
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"
2 parents 509a047 + 71ccda7 commit 6e70114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-status.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ again, because your configuration may already be caching `git status`
472472
results, so it could be faster on subsequent runs.
473473

474474
* The `--untracked-files=no` flag or the
475-
`status.showUntrackedfiles=false` config (see above for both):
475+
`status.showUntrackedFiles=no` config (see above for both):
476476
indicate that `git status` should not report untracked
477477
files. This is the fastest option. `git status` will not list
478478
the untracked files, so you need to be careful to remember if

0 commit comments

Comments
 (0)