Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755425AbYABNGT (ORCPT ); Wed, 2 Jan 2008 08:06:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752216AbYABNGL (ORCPT ); Wed, 2 Jan 2008 08:06:11 -0500 Received: from einhorn.in-berlin.de ([192.109.42.8]:42840 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752120AbYABNGK (ORCPT ); Wed, 2 Jan 2008 08:06:10 -0500 X-Envelope-From: stefanr@s5r6.in-berlin.de Message-ID: <477B8C2D.2040702@s5r6.in-berlin.de> Date: Wed, 02 Jan 2008 14:05:49 +0100 From: Stefan Richter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071216 SeaMonkey/1.1.7 MIME-Version: 1.0 To: Jan Engelhardt CC: Dave Young , Matthew Wilcox , gregkh@suse.de, linux-kernel@vger.kernel.org, linux-pci@atrey.karlin.mff.cuni.cz, Andrew Morton Subject: Re: The perfect patch - Posting a patch series References: <20071229011057.GG2883@darkstar.te-china.tietoenator.com> <20071229025506.GL11638@parisc-linux.org> <477632A7.6050208@s5r6.in-berlin.de> <477B7219.4080508@s5r6.in-berlin.de> In-Reply-To: X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 690 Lines: 19 Jan Engelhardt wrote: > And [0/n] sometimes contain a diffstat which gives an approximate > line count of how big the patchset actually is. There is actually no good reason for omitting such a diffstat. It's easy enough to generate. $ quilt diff --combine first.patch -P last.patch | diffstat -p1 -w72 $ git diff --stat=72 --summary -M commit_before_first_patch..last_commit -- Stefan Richter -=====-==--- ---= ---=- http://arcgraph.de/sr/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/