From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Glanzmann Subject: [PATCH] Document the --root switch of git-diff-tree (try 3) Date: Sat, 28 May 2005 16:42:17 +0200 Message-ID: <20050528144217.GA21271@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:41:13 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dc2U6-00069X-F2 for gcvg-git@gmane.org; Sat, 28 May 2005 16:40:18 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262735AbVE1Om3 (ORCPT ); Sat, 28 May 2005 10:42:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262734AbVE1Om2 (ORCPT ); Sat, 28 May 2005 10:42:28 -0400 Received: from faui03.informatik.uni-erlangen.de ([131.188.30.103]:46534 "EHLO faui03.informatik.uni-erlangen.de") by vger.kernel.org with ESMTP id S262735AbVE1OmV (ORCPT ); Sat, 28 May 2005 10:42:21 -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 j4SEgHS8027348 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 28 May 2005 14:42:17 GMT Received: (from sithglan@localhost) by faui00u.informatik.uni-erlangen.de (8.13.4/8.12.3/Debian-8) id j4SEgHPw021274; Sat, 28 May 2005 16:42:17 +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 a63bd10cbec0978c4d1d0076db4f06c52c670449 (from 8310c2c0b585d3ac35a275f795e15fd9887e8b7d) Author: Thomas Glanzmann Date: Sat May 28 16:37:28 2005 +0200 [PATCH] Document the --root switch of git-diff-tree Signed-off-by: Thomas Glanzmann 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,10 @@ OPTIONS -z:: \0 line termination on output +--root:: + When '--root' is specified the initial commit will be showed as a big + creation event. This is equivalent to a diff against the NULL tree. + --stdin:: When '--stdin' is specified, the command does not take arguments from the command line. Instead, it