From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.176.0/21 X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MSGID_FROM_MTA_HEADER,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 From: Junio C Hamano Subject: Re: [PATCH] config option core.showroot to enable showing the diff of the root commit Date: Thu, 23 Nov 2006 12:52:39 -0800 Message-ID: <7virh5khrc.fsf@assigned-by-dhcp.cox.net> References: <200611211341.48862.andyparkins@gmail.com> <8aa486160611210609h1c2d229ekf0b5e8aeb4f21f11@mail.gmail.com> <20061121180643.GC7201@pasky.or.cz> <20061121182135.GD7201@pasky.or.cz> <7v64d8y4tu.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Date: Thu, 23 Nov 2006 20:52:54 +0000 (UTC) Cc: git@vger.kernel.org Return-path: Envelope-to: gcvg-git@gmane.org In-Reply-To: (Peter Baumann's message of "Thu, 23 Nov 2006 10:36:33 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GnLYs-0002gv-21 for gcvg-git@gmane.org; Thu, 23 Nov 2006 21:52:46 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933542AbWKWUwl (ORCPT ); Thu, 23 Nov 2006 15:52:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757364AbWKWUwk (ORCPT ); Thu, 23 Nov 2006 15:52:40 -0500 Received: from fed1rmmtao03.cox.net ([68.230.241.36]:15558 "EHLO fed1rmmtao03.cox.net") by vger.kernel.org with ESMTP id S1755256AbWKWUwk (ORCPT ); Thu, 23 Nov 2006 15:52:40 -0500 Received: from fed1rmimpo02.cox.net ([70.169.32.72]) by fed1rmmtao03.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20061123205239.LPGQ4817.fed1rmmtao03.cox.net@fed1rmimpo02.cox.net>; Thu, 23 Nov 2006 15:52:39 -0500 Received: from assigned-by-dhcp.cox.net ([68.5.247.80]) by fed1rmimpo02.cox.net with bizsmtp id qLsn1V00G1kojtg0000000; Thu, 23 Nov 2006 15:52:47 -0500 To: Peter Baumann Sender: git-owner@vger.kernel.org Peter Baumann writes: > This allows one to see the root commit as a diff in commands like git-log, > git-show and git-whatchanged. It also modifies git-diff-tree to act as --root > was specified on the commandline. The default is set to true. > > Signed-off-by: Peter Baumann > --- > I'm not sure if making core.showroot acting on git-diff-tree is the > right thing to do. Please check first bevore applying. I agree that this "use --root by default" belongs to Porcelain layer, not the plumbing. We would probably want to do this in the same way as we do the color in diff.c::git_diff_ui_config().