Include file cleanups..
[git.git] / Documentation / git-diff-files.txt
index 1eae3d0..9f9bb14 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] [-C] [-R] [<pattern>...]
+'git-diff-files' [-p] [-q] [-r] [-z] [-M] [-C] [-R] [-S<string>] [<pattern>...]
 
 DESCRIPTION
 -----------
@@ -30,10 +30,14 @@ OPTIONS
        Output diff in reverse.
 
 -M::
-       Detect renames; implies -p.
+       Detect renames.
 
 -C::
-       Detect copies as well as renames; implies -p.
+       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