Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964812AbWIYCSK (ORCPT ); Sun, 24 Sep 2006 22:18:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964813AbWIYCSK (ORCPT ); Sun, 24 Sep 2006 22:18:10 -0400 Received: from fed1rmmtao04.cox.net ([68.230.241.35]:65163 "EHLO fed1rmmtao04.cox.net") by vger.kernel.org with ESMTP id S964812AbWIYCSJ (ORCPT ); Sun, 24 Sep 2006 22:18:09 -0400 From: Junio C Hamano To: Adrian Bunk Cc: Linus Torvalds , Jeff Garzik , Andrew Morton , LKML , junkio@cox.net Subject: Re: git diff <-> diffstat References: <20060924161809.GA13423@havoc.gtf.org> <45172297.6070108@garzik.org> <20060925011436.GC4547@stusta.de> Date: Sun, 24 Sep 2006 19:18:07 -0700 In-Reply-To: <20060925011436.GC4547@stusta.de> (Adrian Bunk's message of "Mon, 25 Sep 2006 03:14:36 +0200") Message-ID: <7v7izs7kps.fsf@assigned-by-dhcp.cox.net> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 977 Lines: 26 Adrian Bunk writes: > Is there any way for "git diff" to handle additional options diffstat > handles? I'm a big fan of the -w72 diffstat option. No, but patches are welcome ;-). > Oh, and with git 1.4.2.1, > git diff -M --stat --summary v2.6.18..master > in your tree gives me some funny lines like: > > .../netlabel/draft-ietf-cipso-ipsecurity-01.txt | 791 + > .../{cpu_setup_power4.S => cpu_setup_ppc970.S} | 103 > .../powerpc/platforms}/iseries/it_exp_vpd_panel.h | 6 > .../powerpc/platforms}/iseries/it_lp_naca.h | 6 > > I don't know what's going wrong here, but diffstat doesn't produce this. Of course diffstat does not know how to grok -M and it would not note renames. - 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/