[PATCH] Allow symlinks in the leading path in checkout-cache --prefix=
[git.git] / Documentation / git-diff-cache.txt
index b54b822..35253b1 100644 (file)
@@ -9,13 +9,15 @@ 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> [<path>...]
 
 DESCRIPTION
 -----------
-Compares the content and mode of the blobs found via a tree object
-with the content of the current cache and, optionally ignoring the
-stat state of the file on disk.
+Compares the content and mode of the blobs found via a tree
+object with the content of the current cache and, optionally
+ignoring the stat state of the file on disk.  When paths are
+specified, compares only those named paths.  Otherwise all
+entries in the cache are compared.
 
 OPTIONS
 -------
@@ -33,6 +35,19 @@ OPTIONS
 -z::
        \0 line termination on output
 
+-M::
+       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