Git fork

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"

+1 -1
+1 -1
Documentation/git-status.txt
··· 472 472 results, so it could be faster on subsequent runs. 473 473 474 474 * 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): 476 476 indicate that `git status` should not report untracked 477 477 files. This is the fastest option. `git status` will not list 478 478 the untracked files, so you need to be careful to remember if