On Wed, Sep 2, 2009 at 2:04 AM, Xavier<[email protected]> wrote: > On Wed, Sep 2, 2009 at 6:46 AM, Eric Bélanger<[email protected]> wrote: >> >> BTW, is there a way to generate the patch without some of the junk at >> the begining like: >> MIME-Version: 1.0 >> Content-Type: text/plain; charset=UTF-8 >> Content-Transfer-Encoding: 8bit >> >> I just followed http://wiki.archlinux.org/index.php/Super_Quick_Git_Guide >> > > You might have to lose your é :)
I'd suggest using git-format-patch in conjunction with git-send-email to make this work more cleanly. You may need to setup msmtp or something similar to send through gmail.

