From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Glanzmann Subject: [PATCH] Document the --root switch of git-diff-tree (try 2) Date: Sat, 28 May 2005 16:38:37 +0200 Message-ID: <20050528143837.GA21137@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:38:05 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dc2RU-0005w1-S7 for gcvg-git@gmane.org; Sat, 28 May 2005 16:37:37 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262732AbVE1OjF (ORCPT ); Sat, 28 May 2005 10:39:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262733AbVE1Ois (ORCPT ); Sat, 28 May 2005 10:38:48 -0400 Received: from faui03.informatik.uni-erlangen.de ([131.188.30.103]:15814 "EHLO faui03.informatik.uni-erlangen.de") by vger.kernel.org with ESMTP id S262732AbVE1Oin (ORCPT ); Sat, 28 May 2005 10:38:43 -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 j4SEccS8026606 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 28 May 2005 14:38:38 GMT Received: (from sithglan@localhost) by faui00u.informatik.uni-erlangen.de (8.13.4/8.12.3/Debian-8) id j4SEcclW021140; Sat, 28 May 2005 16:38:38 +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 a NULL tree. + --stdin:: When '--stdin' is specified, the command does not take arguments from the command line. Instead, it