On 10/09/2010 10:52 AM, Gustavo Sverzut Barbieri wrote:

>> can you please attach them, not mail them as inline patches. they get
>> line-wrapped and re-formatted so they dont work anymore :(
>
> AFAIK he uses git send-email, that does the "right thing [tm]". All
> you need is a proper mail client, in Gmail we have "show original"
> that you can just copy&  paste it and commit... I even have a
> script[1] that svn add/svn rm files as required.

Try using the --attach flag with git format-patch:

git format-patch --stdout --attach -n origin  | mail

there's a way to dump patches to an imap Drafts folder too, so you can
add some comments at the top of the mail, or check your patches before sending:

git format-patch --stdout --attach origin | git imap-send

Some guy working on Wine implemented these a while back...

thanks,

Mike

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to