]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/show-untracked-false'
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Mar 2024 21:13:50 +0000 (14:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Mar 2024 21:13:50 +0000 (14:13 -0700)
commitbf0a35206910c67e840b5c5272cfe03a266b4eba
treed3c2bd83627f9fc876c2ea384721618fe589899c
parent396430b5a73f60acc2ce8365a9edfe6923014ca3
parentf66e1a071bd66e64160d9e73428d6cd7bdcff84e
Merge branch 'jc/show-untracked-false'

The status.showUntrackedFiles configuration variable had a name
that tempts users to set a Boolean value expressed in our usual
"false", "off", and "0", but it only took "no".  This has been
corrected so "true" and its synonyms are taken as "normal", while
"false" and its synonyms are taken as "no".

* jc/show-untracked-false:
  status: allow --untracked=false and friends
  status: unify parsing of --untracked= and status.showUntrackedFiles
Documentation/git-status.txt
builtin/commit.c