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 = [email protected]
> 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. :)
--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list