From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXw1q-00076F-BO for qemu-devel@nongnu.org; Thu, 02 May 2013 12:06:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXw1m-0006iv-5N for qemu-devel@nongnu.org; Thu, 02 May 2013 12:06:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXw1l-0006il-Tu for qemu-devel@nongnu.org; Thu, 02 May 2013 12:06:38 -0400 Date: Thu, 2 May 2013 19:06:26 +0300 From: "Michael S. Tsirkin" Message-ID: <20130502160626.GA14776@redhat.com> References: <20130502135143.GA1171@redhat.com> <5182868D.3090200@redhat.com> <877gjhv0og.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <877gjhv0og.fsf@codemonkey.ws> Subject: Re: [Qemu-devel] posting patches in pull requests (was Re: [PATCH 08/29] cpu: Add qemu_for_each_cpu()) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Peter Maydell , qemu-devel@nongnu.org, Paolo Bonzini On Thu, May 02, 2013 at 10:52:47AM -0500, Anthony Liguori wrote: > Peter Maydell writes: > > > On 2 May 2013 16:30, Paolo Bonzini wrote: > >> /me changes his scripts... > >> > >> -s/PATCH/PULL/ if (/PATCH 0+\\//); > >> +s/PATCH/PULL/ if (/^Subject:/); > >> > >> Yes, Perl... > > > > Heh, I use sed for this bit: > > sed -i -e 's/^Subject: \[PULL\(.*\)].*/Subject: [PULL\1] > > '"$BRANCHPFX"' queue/;/^$/q' "$COVERLETTER" > > You can also just do git format-patch --subject-prefix=PULL and avoid > any fixups... > > Regards, > > Anthony Liguori Don't forget -M please, especially if you are Paolo :) > > > > (I really must put my random scripts into git.) > > > > -- PMM