git-send-email: Do not attempt to STARTTLS more than once
commit6cbf8b00fb27f5f55f1a5645ba60c451cb090fc1
authorThomas Rast <trast@student.ethz.ch>
Wed, 2 Jul 2008 22:11:31 +0000 (3 00:11 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Jul 2008 05:41:18 +0000 (2 22:41 -0700)
treef1351197714f65935acab8196be903cab7e696d1
parentbb1ab2db08f48add4236a5a9c08aa1a6aa4d5d48
git-send-email: Do not attempt to STARTTLS more than once

With the previous TLS patch, send-email would attempt to STARTTLS at
the beginning of every mail, despite reusing the last connection.  We
simply skip further encryption checks after successful TLS initiation.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl