diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-03-13 10:32:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-03-13 10:43:32 -0700 |
commit | f66e1a071bd66e64160d9e73428d6cd7bdcff84e (patch) | |
tree | 82ca709836c0dc4353151157676d68486664fd45 /builtin/commit-tree.c | |
parent | 63acdc4827869a6cedd46aca62e16819498c53fb (diff) |
status: allow --untracked=false and friends
It is natural to expect that the "--untracked" option and the
status.showuntrackedFiles configuration variable to take a Boolean
value ("do you want me to show untracked files?"), but the current
code takes nothing but "no" as "no, please do not show any".
Allow the usual Boolean values to be given, and treat 'true' as
"normal", and 'false' as "no".
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions