On 29 October 2015 at 09:24, Ivan Kalvachev <[email protected]> wrote:
> On 10/29/15, Ilia Mirkin <[email protected]> wrote:
>> On Wed, Oct 28, 2015 at 8:52 PM, Ivan Kalvachev <[email protected]>
>> wrote:
>>> I'm attaching v3 of the patch. Same as v2, but without the extra empty
>>> line.
>>
>> FYI, there's a lot of overhead to reviewing an attached patch (in
>> fact, gmail makes it extra difficult since you can't even see the
>> thing in the name of protection from the unknown). Please use 'git
>> send-email' (or equivalent mechanism) to make the patches appear
>> inline.
>>
>> Cheers,
>>
>> -ilia
>
> Sorry about that.
> I did inline my v1 patch, to easy the review.
>
> Configuring smtp server is too much hassle for a single patch and I
> would like to avoid writing my email credentials if possible.
> If I'm about to send more patches, then I guess I would have to do that.
>
> I suspect that it is not possible to send mail directly to
> lists.freedesktop.org mail server, is it?
>
Setting things up it's as trivial as adding the following lines to
your $HOME/.config/git/config
[sendemail]
smtpuser = [email protected]
smtpencryption = tls
smtpserverport = 587
smtpserver = smtp.gmail.com
For ease of use you can also set the TO address in
$(mesa_top)/.git/config. You can also move the above setup in here.
[sendemail]
to = [email protected]
-Emil
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev