From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXwZD-0007tY-6I for qemu-devel@nongnu.org; Mon, 03 Aug 2009 08:23:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXwZ8-0007tM-Af for qemu-devel@nongnu.org; Mon, 03 Aug 2009 08:23:02 -0400 Received: from [199.232.76.173] (port=48321 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXwZ8-0007tJ-5Q for qemu-devel@nongnu.org; Mon, 03 Aug 2009 08:22:58 -0400 Received: from mx2.redhat.com ([66.187.237.31]:38883) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXwZ7-0005eB-Nv for qemu-devel@nongnu.org; Mon, 03 Aug 2009 08:22:58 -0400 Date: Mon, 3 Aug 2009 15:21:47 +0300 From: "Michael S. Tsirkin" Message-ID: <20090803122147.GA3412@redhat.com> References: <20090729090431.GA4438@redhat.com> <200908011615.44006.jk@ozlabs.org> <20090803110944.GA3209@redhat.com> <200908032144.52978.jk@ozlabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200908032144.52978.jk@ozlabs.org> Subject: [Qemu-devel] Re: tracking qemu-devel at patchwork.ozlabs.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeremy Kerr Cc: patchwork@lists.ozlabs.org, Anthony Liguori , qemu-devel@nongnu.org On Mon, Aug 03, 2009 at 09:44:52PM +1000, Jeremy Kerr wrote: > Michael, > > > btw, I wonder why does patchworks sometimes add commas in patch > > subject? > > It tries to separate different "bits of information" by commas, and > normalise spaces into commas: > > [PATCH 3/4 v4] -> [3/4,v4] > [PATCH 3/4,v4] -> [3/4,v4] > > Since there are spaces in the patch subjects, it thinks that these are > separate bits of information. > > Cheers, > > > Jeremy Maybe it should be taught about "3 of 4" being the same as 3/4. No biggie though.