SYNOPSIS
--------
-'git-diff-cache' [-p] [-r] [-z] [-m] [-M] [--cached] <tree-ish>
+'git-diff-cache' [-p] [-r] [-z] [-m] [-M] [-R] [-C] [-S<string>] [--cached] <tree-ish>
DESCRIPTION
-----------
\0 line termination on output
-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::
+ Output diff in reverse.
--cached::
do not consider the on-disk file at all