From: Junio C Hamano Date: Thu, 15 Oct 2015 22:43:41 +0000 (-0700) Subject: Merge branch 'sa/send-email-smtp-batch-data-limit' X-Git-Tag: v2.7.0-rc0~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50a5e697b47a8625ed5b4d8a7f475a5741555566;p=thirdparty%2Fgit.git 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 --- 50a5e697b47a8625ed5b4d8a7f475a5741555566