aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-01-09 17:55:42 -0500
committerJunio C Hamano <gitster@pobox.com>2012-01-09 15:15:28 -0800
commit829a1c616967176ccd859c18a6e8ca0dda77f75a (patch)
tree40d782c981b910f9bcbb78881014fe92f66a3d38 /README
parent5f4d133fca7eb3cb750f056a6fd0281ba06cd12f (diff)
downloadgit-829a1c616967176ccd859c18a6e8ca0dda77f75a.tar.gz
git-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 'README')
0 files changed, 0 insertions, 0 deletions