git-apply: implement "diffstat" output
[gitweb.git] / Documentation / git-diff-files.txt
index f79820a65c00df719e481510395a45eecaf1f303..9f9bb1453121ae9f8641ca65dfe70d2575ffa2f9 100644 (file)
@@ -9,7 +9,7 @@ git-diff-files - Compares files in the working tree and the cache
 
 SYNOPSIS
 --------
-'git-diff-files' [-p] [-q] [-r] [-z] [-M] [-R] [<pattern>...]
+'git-diff-files' [-p] [-q] [-r] [-z] [-M] [-C] [-R] [-S<string>] [<pattern>...]
 
 DESCRIPTION
 -----------
@@ -30,7 +30,14 @@ OPTIONS
        Output diff in reverse.
 
 -M::
-       Detect renames; implies -p.
+       Detect renames.
+
+-C::
+       Detect copies as well as renames.
+
+-S<string>::
+       Look for differences that contains the change in <string>.
+
 
 -r::
        This flag does not mean anything.  It is there only to match