Skip to content

Commit 71ccda7

Browse files
jonas-wgitster
authored andcommitted
doc: status.showUntrackedFiles does not take "false"
The `status.showUntrackedFiles` config option only accepts the values "no", "normal" or "all", but not as this part of the man page suggested "false". While we are at it, camel-case the name of the variable. Signed-off-by: Jonas Wunderlich <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9451150 commit 71ccda7

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)