On 09/20/2013 02:34 PM, Ian Romanick wrote: > How did you send these patches? They came formatted... strangely. > Saving the e-mail as a file an using git-am resulted in a commit message: > > commit 97351aa26b74c33a102af8bf1e6bcfcd706d7a10 > Author: Dylan Noblesmith <nob...@dreamwidth.org> > Date: Fri Sep 20 11:55:19 2013 -0400 > > mesa: remove stale comment > > --001a11c23df6b47ea604e6d2b370 > Content-Type: text/plain; charset=ISO-8859-1 > > This line stopped making sense in the great sed > replace of commit f9995b30756140724f41daf963fa06167912be7f
Aside from the multipart message issues, patches 2 and 3 also had some word wrapping that resulted in a corrupt patch. Looks like copy and paste into Gmail? If you are using Gmail, and want to use git send-email, you should be able to configure by dropping this in ~/.gitconfig: [sendemail] from = Dylan Noblesmith <nob...@dreamwidth.org> smtpuser = nob...@dreamwidth.org smtpserver = smtp.googlemail.com smtpserverport = 587 smtpencryption = tls (I don't use Gmail regularly, so others can probably help more.) Regardless, I've uncorrupted and pushed these three patches. Thanks! _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev