OSDN Git Service

Merge branch 'sa/send-email-smtp-batch-data-limit'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Oct 2015 22:43:41 +0000 (15:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Oct 2015 22:43:41 +0000 (15:43 -0700)
commit50a5e697b47a8625ed5b4d8a7f475a5741555566
tree9869307c4e37816e1de493c83a2695e77026dcac
parent51a0908a6f3e996051b5df076cd20e8bd9712333
parentf60c483d1d135a1f5f7c6067198a6207f1e59dc6
Merge branch 'sa/send-email-smtp-batch-data-limit'

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