From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Glanzmann Subject: (unknown) Date: Sat, 28 May 2005 16:15:09 +0200 Message-ID: <20050528141509.GA20127@cip.informatik.uni-erlangen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-From: git-owner@vger.kernel.org Sat May 28 16:13:51 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dc24A-0004MY-1R for gcvg-git@gmane.org; Sat, 28 May 2005 16:13:30 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262728AbVE1OPW (ORCPT ); Sat, 28 May 2005 10:15:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262730AbVE1OPW (ORCPT ); Sat, 28 May 2005 10:15:22 -0400 Received: from faui03.informatik.uni-erlangen.de ([131.188.30.103]:29123 "EHLO faui03.informatik.uni-erlangen.de") by vger.kernel.org with ESMTP id S262728AbVE1OPQ (ORCPT ); Sat, 28 May 2005 10:15:16 -0400 Received: from faui00u.informatik.uni-erlangen.de (sithglan@faui00u.informatik.uni-erlangen.de [131.188.30.59]) by faui03.informatik.uni-erlangen.de (8.12.9/8.12.9) with ESMTP id j4SEFAS8024174 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 28 May 2005 14:15:10 GMT Received: (from sithglan@localhost) by faui00u.informatik.uni-erlangen.de (8.13.4/8.12.3/Debian-8) id j4SEF9HW020139; Sat, 28 May 2005 16:15:09 +0200 To: Linus Torvalds , GIT Content-Disposition: inline User-Agent: Mutt/1.5.9i Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org diff-tree fb94d3e7fbe8e22201d8d015ed444d46485a3f76 (from 8310c2c0b585d3ac35a275f795e15fd9887e8b7d) Author: Thomas Glanzmann Date: Sat May 28 16:13:22 2005 +0200 [PATCH] Document the --root switch of git-diff-tree Signed-off-by: Thomas Glanzmann fb94d3e7fbe8e22201d8d015ed444d46485a3f76 (from 8310c2c0b585d3ac35a275f795e15fd9887e8b7d) diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt --- a/Documentation/git-diff-tree.txt +++ b/Documentation/git-diff-tree.txt @@ -54,6 +54,11 @@ OPTIONS -z:: \0 line termination on output +--root:: + When '--root' is specified the initial commit of a new file + will be showed as a big creation event. This is equivalent to + a diff against NULL. + --stdin:: When '--stdin' is specified, the command does not take arguments from the command line. Instead, it