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 = yourn...@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. :)

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to