[PATCH] The diff-raw format updates.
[gitweb.git] / Documentation / git-diff-helper.txt
index 3c5d8fdf2b1e02eb36ca3e4d58a241406927975b..2036c6cc1b6abac359e567ae4e75297640e3e41f 100644 (file)
@@ -1,5 +1,5 @@
 git-diff-helper(1)
-=======================
+==================
 v0.1, May 2005
 
 NAME
@@ -9,7 +9,7 @@ git-diff-helper - Generates patch format output for git-diff-*
 
 SYNOPSIS
 --------
-'git-diff-helper' [-z] [-R] [-M]
+'git-diff-helper' [-z] [-R] [-M] [-C] [-S<string>]
 
 DESCRIPTION
 -----------
@@ -34,6 +34,12 @@ OPTIONS
 -M::
        Detect renames.
 
+-C::
+       Detect copies as well as renames.
+
+-S<string>::
+       Look for differences that contains the change in <string>.
+
 
 See Also
 --------