[PATCH] show changed tree objects with recursive git-diff-tree
[git.git] / Documentation / git-diff-tree.txt
index bdc8d5a..e2a22e0 100644 (file)
@@ -9,7 +9,7 @@ git-diff-tree - Compares the content and mode of blobs found via two tree object
 
 SYNOPSIS
 --------
-'git-diff-tree' [-p] [-r] [-z] [--stdin] [-M] [-R] [-C] [-S<string>] [-m] [-s] [-v] <tree-ish> <tree-ish> [<pattern>]\*
+'git-diff-tree' [-p] [-r] [-z] [--stdin] [-M] [-R] [-C] [-S<string>] [-m] [-s] [-v] [-t] <tree-ish> <tree-ish> [<pattern>]\*
 
 DESCRIPTION
 -----------
@@ -34,11 +34,10 @@ OPTIONS
        git-diff-tree, this flag implies '-r' as well.
 
 -M::
-       Detect renames; implies -p, in turn implying also '-r'.
+       Detect renames.
 
 -C::
-       Detect copies as well as renames; implies -p, in turn
-       implying also '-r'.
+       Detect copies as well as renames.
 
 -R::
        Output diff in reverse.
@@ -49,6 +48,9 @@ OPTIONS
 -r::
        recurse
 
+-t::
+       show tree entry itself as well as subtrees.  Implies -r.
+
 -z::
        \0 line termination on output