
15 Feb
2011
15 Feb
'11
2:11 p.m.
On 15/02/2011, at 6:08 PM, Lyre wrote:
Hi all:
I've solved it, add those line in gitconfig:
[sendemail] smtpencryption = tls smtpserver = smtp.gmail.com smtpuser = yourname@gmail.com smtpserverport = 587
Thus git use gmail smtp to send the patches.
Yep. I also have this in mine, which helps with some UTF characters in people's names: [format] headers = "MIME-Version: 1.0\nContent-Type: text/plain; charset=utf-8\nContent-Transfer-Encoding: 8bit\n" Well, that helps with "git format-patch" anyway. :)