diff-tree: don't print multiple headers for merges when silent.
[git.git] / Documentation / git-diff-helper.txt
index e930f97..2036c6c 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] [-r]
+'git-diff-helper' [-z] [-R] [-M] [-C] [-S<string>]
 
 DESCRIPTION
 -----------
@@ -31,9 +31,15 @@ OPTIONS
        would show a diff to bring the working file back to what
        is in the <tree>.
 
--r::
+-M::
        Detect renames.
 
+-C::
+       Detect copies as well as renames.
+
+-S<string>::
+       Look for differences that contains the change in <string>.
+
 
 See Also
 --------