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 14:45:22 -0800 Message-ID: <7vd5i1h1bx.fsf@assigned-by-dhcp.cox.net> References: <7v7j8erqjr.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Git Mailing List X-From: git-owner@vger.kernel.org Sun Feb 05 23:45:37 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 1F5sdR-00030a-K9 for gcvg-git@gmane.org; Sun, 05 Feb 2006 23:45:33 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750767AbWBEWp1 (ORCPT ); Sun, 5 Feb 2006 17:45:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750768AbWBEWp1 (ORCPT ); Sun, 5 Feb 2006 17:45:27 -0500 Received: from fed1rmmtao04.cox.net ([68.230.241.35]:39553 "EHLO fed1rmmtao04.cox.net") by vger.kernel.org with ESMTP id S1750767AbWBEWp0 (ORCPT ); Sun, 5 Feb 2006 17:45:26 -0500 Received: from assigned-by-dhcp.cox.net ([68.4.9.127]) by fed1rmmtao04.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060205224236.ZGYQ17690.fed1rmmtao04.cox.net@assigned-by-dhcp.cox.net>; Sun, 5 Feb 2006 17:42:36 -0500 To: Linus Torvalds In-Reply-To: (Linus Torvalds's message of "Sun, 5 Feb 2006 11:49:11 -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: > It's basically just "git-diff-tree" with pretty flags and a pager. Isn't this "git whatchanged -n1 --cc --always"? > It tries to have the same logic as "git diff" for the flags. Except that --cc does not make much sense without being -p, so the logic to do --name-status and friends are pretty much wasted, no?