git-apply: more consistency checks on gitdiff filenames
[gitweb.git] / Documentation / git-diff-tree.txt
index 244f2851376556d8b32e0cb7f2c7dd2fed29a857..ea680ccbfadb701d650e44ec58f2a72bc97fec44 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
 -----------
@@ -34,11 +34,17 @@ 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.
 
 -R::
        Output diff in reverse.
 
+-S<string>::
+       Look for differences that contains the change in <string>.
+
 -r::
        recurse