summaryrefslogtreecommitdiff
path: root/t/t5100/info0008
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2012-01-09 17:55:42 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-01-09 15:15:28 -0800
commit829a1c616967176ccd859c18a6e8ca0dda77f75a (patch)
tree40d782c981b910f9bcbb78881014fe92f66a3d38 /t/t5100/info0008
parentGit 1.7.8.3 (diff)
downloadtgif-829a1c616967176ccd859c18a6e8ca0dda77f75a.tar.xz
send-email: multiedit is a boolean config option
The sendemail.multiedit variable is meant to be a boolean. However, it is not marked as such in the code, which means we store its value literally. Thus in the do_edit function, perl ends up coercing it to a boolean value according to perl rules, not git rules. This works for "0", but "false", "no", or "off" will erroneously be interpreted as true. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5100/info0008')
0 files changed, 0 insertions, 0 deletions