From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXvyq-0003Dj-95 for qemu-devel@nongnu.org; Mon, 03 Aug 2009 07:45:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXvyl-00034J-Fe for qemu-devel@nongnu.org; Mon, 03 Aug 2009 07:45:27 -0400 Received: from [199.232.76.173] (port=37071 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXvyl-00033s-14 for qemu-devel@nongnu.org; Mon, 03 Aug 2009 07:45:23 -0400 Received: from bilbo.ozlabs.org ([203.10.76.25]:54208) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MXvyk-00085m-ER for qemu-devel@nongnu.org; Mon, 03 Aug 2009 07:45:22 -0400 From: Jeremy Kerr Date: Mon, 3 Aug 2009 21:44:52 +1000 References: <20090729090431.GA4438@redhat.com> <200908011615.44006.jk@ozlabs.org> <20090803110944.GA3209@redhat.com> In-Reply-To: <20090803110944.GA3209@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <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: "Michael S. Tsirkin" Cc: patchwork@lists.ozlabs.org, Anthony Liguori , qemu-devel@nongnu.org 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