git send-email (Was: Re: [PATCH 1/2] winmm: Trivial code simplifications and fixes.)

Henri Verbeet hverbeet at gmail.com
Fri Jul 29 10:12:48 CDT 2011


On 29 July 2011 16:38, Michael Stefaniuc <mstefani at redhat.com> wrote:
> If you're new to (Wine) development or you do a lot of janitorial work I
> would actually recommend to *avoid* git send-email. See it as an
> opportunity to look again at your patch when you manually submit it.
I think that's orthogonal. I certainly look patches over one last time
after generating them with format-patch, before actually sending them
with send-email. (And yes, it helps.)

If you happen to already have a setup that works well for you, sure,
keep using that. However, if you don't, I'd argue that it's well worth
the time (also for the people trying to review the patches) to just
learn how git send-email works. *Especially* for new contributors it
just avoids stuff like wrapping, wrong character sets, wrong mime
types, forgetting to attach the actual patch, sending to the wrong
list, messing up the numbering, etc. (And of course common sense still
applies. I.e., try with --dry-run, try sending some patches to
yourself first to see what the various options actually do, etc.)

> Like a last line of defense to spare you from embarrassment. Git is
> powerful and it is kinda cool that you can efficiently submit the 7th
> version of a 20 patch series on the same day! But that doesn't means it
> is a great idea to actually do it; you'll only get yourself graylisted
> by Alexandre.
>
Similar to above, I don't think this has much to do with what you're
using to send the patches.



More information about the wine-devel mailing list