From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7La5-0003gL-BM for qemu-devel@nongnu.org; Thu, 08 Aug 2013 04:28:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7La0-0008O3-2S for qemu-devel@nongnu.org; Thu, 08 Aug 2013 04:28:25 -0400 Received: from mail-ea0-x22c.google.com ([2a00:1450:4013:c01::22c]:55050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7LZz-0008Nh-SW for qemu-devel@nongnu.org; Thu, 08 Aug 2013 04:28:19 -0400 Received: by mail-ea0-f172.google.com with SMTP id r16so1291338ead.31 for ; Thu, 08 Aug 2013 01:28:19 -0700 (PDT) Date: Thu, 8 Aug 2013 10:28:16 +0200 From: Stefan Hajnoczi Message-ID: <20130808082816.GG21639@stefanha-thinkpad.redhat.com> References: <1375729869-10902-1-git-send-email-charlie@ctshepherd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1375729869-10902-1-git-send-email-charlie@ctshepherd.com> Subject: Re: [Qemu-devel] [PATCH] Test coroutine execution order (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Charlie Shepherd Cc: kwolf@redhat.com, pbonzini@redhat.com, gabriel@kerneis.info, qemu-devel@nongnu.org On Thu, Aug 08, 2013 at 03:23:14AM +0100, Charlie Shepherd wrote: This patch's commit message will say "Test coroutine execution order (v2)" when applied. In the future please put the "v2" into the [PATCH ...] tag list instead so it gets stripped automatically when the patch is applied. With git-format-patch you can use --subject-prefix to customize the tag list. I use a tool called git-publish to automate managing patch revisions: https://github.com/stefanha/git-publish Stefan