From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvSY6-00005Z-4g for qemu-devel@nongnu.org; Wed, 16 Jan 2013 07:57:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvSY3-0001Dg-6s for qemu-devel@nongnu.org; Wed, 16 Jan 2013 07:56:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvSY3-0001DW-0F for qemu-devel@nongnu.org; Wed, 16 Jan 2013 07:56:55 -0500 Date: Wed, 16 Jan 2013 13:56:50 +0100 From: Stefan Hajnoczi Message-ID: <20130116125650.GC8511@stefanha-thinkpad.redhat.com> References: <1358275677-20590-1-git-send-email-afaerber@suse.de> <87obgqdp8j.fsf@codemonkey.ws> <50F5ED82.4070206@suse.de> <87libuarro.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL for-1.4 v2] Memory API ioport cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Andreas =?iso-8859-1?Q?F=E4rber?= , Anthony Liguori , qemu-devel@nongnu.org On Wed, Jan 16, 2013 at 11:12:45AM +0000, Peter Maydell wrote: > On 16 January 2013 00:35, Anthony Liguori wrote= : > > Andreas F=E4rber 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, comin= g > >> 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/Ste= fan, how > > do ya'll do it? >=20 > 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