On Wed, Jan 16, 2013 at 11:12:45AM +0000, Peter Maydell wrote: > On 16 January 2013 00:35, Anthony Liguori <anth...@codemonkey.ws> wrote: > > Andreas Färber <afaer...@suse.de> writes: > >> Or how would I generate 0/M from my bash script? git-request-pull > >> doesn't really fit into the "blurb" of a regular cover letter, coming > >> with its own stats, so that I generate the mail headers by script. > > > > I don't send pull requests so I'm the wrong person to ask. Peter/Stefan, > > how > > do ya'll do it? > > My script is http://people.linaro.org/~pmaydell/make-pullreq > Most of that is sanity checking, but the actual emails I generate by > doing a 'git format-patch --cover-letter', mangling the generated cover > letter a bit with sed to remove the duplicate set of stats, and then > appending the output of git-request-pull. I then edit the cover letter > by hand as needed for the specific pull.
I do the same but manually right now :). Stefan