From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: Add a "git show" command to show a commit Date: Sun, 05 Feb 2006 16:25:49 -0800 Message-ID: <7vpsm1coz6.fsf@assigned-by-dhcp.cox.net> References: <7v7j8erqjr.fsf@assigned-by-dhcp.cox.net> <7vd5i1h1bx.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-From: git-owner@vger.kernel.org Mon Feb 06 01:25:56 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 1F5uCY-0007lP-FN for gcvg-git@gmane.org; Mon, 06 Feb 2006 01:25:54 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750819AbWBFAZv (ORCPT ); Sun, 5 Feb 2006 19:25:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750821AbWBFAZv (ORCPT ); Sun, 5 Feb 2006 19:25:51 -0500 Received: from fed1rmmtao07.cox.net ([68.230.241.32]:43492 "EHLO fed1rmmtao07.cox.net") by vger.kernel.org with ESMTP id S1750819AbWBFAZv (ORCPT ); Sun, 5 Feb 2006 19:25:51 -0500 Received: from assigned-by-dhcp.cox.net ([68.4.9.127]) by fed1rmmtao07.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060206002448.LXUE3131.fed1rmmtao07.cox.net@assigned-by-dhcp.cox.net>; Sun, 5 Feb 2006 19:24:48 -0500 To: git@vger.kernel.org In-Reply-To: (Linus Torvalds's message of "Sun, 5 Feb 2006 14:59:37 -0800 (PST)") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Linus Torvalds writes: > On Sun, 5 Feb 2006, Linus Torvalds wrote: >> >> You're right. The "--cc" should be in the default flags (instead of -p), >> not unconditionally on the command line. > > In that vein, for "git diff": Yes, except that would break "git diff HEAD" ;-). Only diff-tree and diff-files understands --cc. It means slightly different thing for diff-files, but I do not think the difference would matter (it shows unmerged case nicer). I'll fix it up.