]> git.ipfire.org Git - thirdparty/git.git/commit
doc: status.showUntrackedFiles does not take "false"
authorJonas Wunderlich <git@03j.de>
Tue, 12 Mar 2024 21:34:11 +0000 (21:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Mar 2024 16:14:46 +0000 (09:14 -0700)
commit71ccda7e6ceda84e4c43425161d12dc56e7f99d5
tree7a7b2da8eec08b6549b530c2b14ec894666c3161
parent945115026aa63df4ab849ab14a04da31623abece
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 <git@03j.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-status.txt