Merge branch 'sa/send-email-smtp-batch-data-limit' into maint
commit53be145209eeac5972d4ea4374d667fdf594f78f
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Nov 2015 20:18:06 +0000 (5 12:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Nov 2015 20:18:06 +0000 (5 12:18 -0800)
tree8863ee39fd435345552a3bce214ee11b8f053509
parent684fea37948d720cc69b3553b42353b4b42709dc
parentf60c483d1d135a1f5f7c6067198a6207f1e59dc6
Merge branch 'sa/send-email-smtp-batch-data-limit' into maint

When "git send-email" wanted to talk over Net::SMTP::SSL,
Net::Cmd::datasend() did not like to be fed too many bytes at the
same time and failed to send messages.  Send the payload one line
at a time to work around the problem.

* sa/send-email-smtp-batch-data-limit:
  git-send-email.perl: Fixed sending of many/huge changes/patches
git-send-email.perl