diff-tree: don't print multiple headers for merges when silent.
[git.git] / Documentation / git-diff-tree.txt
index 244f285..bdc8d5a 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] [-m] [-s] [-v] <tree-ish> <tree-ish> [<pattern>]\*
+'git-diff-tree' [-p] [-r] [-z] [--stdin] [-M] [-R] [-C] [-S<string>] [-m] [-s] [-v] <tree-ish> <tree-ish> [<pattern>]\*
 
 DESCRIPTION
 -----------
@@ -36,9 +36,16 @@ OPTIONS
 -M::
        Detect renames; implies -p, in turn implying also '-r'.
 
+-C::
+       Detect copies as well as renames; implies -p, in turn
+       implying also '-r'.
+
 -R::
        Output diff in reverse.
 
+-S<string>::
+       Look for differences that contains the change in <string>.
+
 -r::
        recurse