From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction Date: Thu, 24 Aug 2006 10:38:24 -0700 Message-ID: <7vac5u9gq7.fsf@assigned-by-dhcp.cox.net> References: <200608230805.k7N85qo2000348@frankl.hpl.hp.com> <20060823152831.GC32725@infradead.org> <20060823155715.GA5204@martell.zuzino.mipt.ru> <20060823160458.GA17712@infradead.org> <20060823115857.89f8d47b.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , Alexey Dobriyan , Stephane Eranian , linux-kernel@vger.kernel.org, eranian@hpl.hp.com X-From: git-owner@vger.kernel.org Thu Aug 24 19:39:04 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GGJ9v-0007fD-GG for gcvg-git@gmane.org; Thu, 24 Aug 2006 19:38:28 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030418AbWHXRiX (ORCPT ); Thu, 24 Aug 2006 13:38:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030425AbWHXRiX (ORCPT ); Thu, 24 Aug 2006 13:38:23 -0400 Received: from fed1rmmtao05.cox.net ([68.230.241.34]:44969 "EHLO fed1rmmtao05.cox.net") by vger.kernel.org with ESMTP id S1030418AbWHXRiW (ORCPT ); Thu, 24 Aug 2006 13:38:22 -0400 Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao05.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060824173821.EINT12909.fed1rmmtao05.cox.net@fed1rmimpo01.cox.net>; Thu, 24 Aug 2006 13:38:21 -0400 Received: from assigned-by-dhcp.cox.net ([68.4.5.203]) by fed1rmimpo01.cox.net with bizsmtp id DteL1V00d4Noztg0000000 Thu, 24 Aug 2006 13:38:20 -0400 To: git@vger.kernel.org In-Reply-To: <20060823115857.89f8d47b.akpm@osdl.org> (Andrew Morton's message of "Wed, 23 Aug 2006 11:58:57 -0700") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Andrew Morton writes: > On Wed, 23 Aug 2006 17:04:58 +0100 > Christoph Hellwig wrote: > >> > Padding with zeros makes it even more useful: >> > >> > [PATCH 00/17] >> > [PATCH 01/17] >> > ... >> > [PATCH 17/17] >> >> To be honest I utterly hate that convention > > It's so they'll correctly alphasort at the recipient's end. > > I doubt if many MUAs do numeric sorting.. I wonder if 'git-format-patch --numbered' should be updated to do the zero padding. Right now we don't. It should be a trivial patch to do if somebody is so inclined (it is around ll.133 in log-tree.c).