aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-diff-tree.txt
diff options
context:
space:
mode:
authorRobert Watson <robert.oo.watson@gmail.com>2005-09-23 11:06:04 +0100
committerJunio C Hamano <junkio@cox.net>2005-09-23 14:28:40 -0700
commitff8489cb0ad4274315fecffc1fb187b7951a51b5 (patch)
treebdede2ffcbb0c883d1ff2c232a0273979aef1148 /Documentation/git-diff-tree.txt
parente20b134d72dd02b51d81144fe082c55da31b27cd (diff)
downloadgit-ff8489cb0ad4274315fecffc1fb187b7951a51b5.tar.gz
[PATCH] document command to show diff of a commit
Document the best way to show the change introduced by a commit, based on the suggestion by Linus on the list. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-diff-tree.txt')
-rw-r--r--Documentation/git-diff-tree.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt
index 9ec4b29ff7..816c592ebf 100644
--- a/Documentation/git-diff-tree.txt
+++ b/Documentation/git-diff-tree.txt
@@ -9,12 +9,15 @@ git-diff-tree - Compares the content and mode of blobs found via two tree object
SYNOPSIS
--------
-'git-diff-tree' [--stdin] [-m] [-s] [-v] [--pretty] [-t] [<common diff options>] <tree-ish> <tree-ish> [<path>...]
+'git-diff-tree' [--stdin] [-m] [-s] [-v] [--pretty] [-t] [<common diff options>] <tree-ish> [<tree-ish>] [<path>...]
DESCRIPTION
-----------
Compares the content and mode of the blobs found via two tree objects.
+If there is only one <tree-ish> given, the commit is compared with its parents
+(see --stdin below).
+
Note that "git-diff-tree" can use the tree encapsulated in a commit object.
OPTIONS