]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: fix tls AUTH when sending batch
authorJules Maselbas <jules.maselbas@grenoble-inp.org>
Sat, 14 Jul 2018 08:58:48 +0000 (10:58 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Jul 2018 22:02:36 +0000 (15:02 -0700)
commit636f3d7ac51372276a8bfe940395661015ad1ef6
tree03fce62132a905708e04b1356f2f44c29cb4712d
parent53f9a3e157dbbc901a02ac2c73346d375e24978c
send-email: fix tls AUTH when sending batch

The variable smtp_encryption must keep it's value between two batches.
Otherwise the authentication is skipped after the first batch.

Signed-off-by: Jules Maselbas <jules.maselbas@grenoble-inp.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl