diff-tree: don't print multiple headers for merges when silent.
[git.git] / Documentation / git-diff-cache.txt
index b54b822..2cfdffd 100644 (file)
@@ -9,7 +9,7 @@ git-diff-cache - Compares content and mode of blobs between the cache and reposi
 
 SYNOPSIS
 --------
-'git-diff-cache' [-p] [-r] [-z] [-m] [--cached] <tree-ish>
+'git-diff-cache' [-p] [-r] [-z] [-m] [-M] [-R] [-C] [-S<string>] [--cached] <tree-ish>
 
 DESCRIPTION
 -----------
@@ -33,6 +33,19 @@ OPTIONS
 -z::
        \0 line termination on output
 
+-M::
+       Detect renames; implies -p.
+
+-C::
+       Detect copies as well as renames; implies -p.
+
+-S<string>::
+       Look for differences that contains the change in <string>.
+
+
+-R::
+       Output diff in reverse.
+
 --cached::
        do not consider the on-disk file at all