X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-diff-cache.txt;h=e89aaa503ff18bb96442f9ecf499bd5734679df5;hb=81e50eabf06dd68e8e62a9b697eaf60904c58b22;hp=bd8a6e5c5ed92532dd3c4d1ef0e228e763349dde;hpb=57fe64a40d95dd99d798c6d7c81c1a76d24a8e7c;p=git.git diff --git a/Documentation/git-diff-cache.txt b/Documentation/git-diff-cache.txt index bd8a6e5c..e89aaa50 100644 --- a/Documentation/git-diff-cache.txt +++ b/Documentation/git-diff-cache.txt @@ -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] [-M] [-R] [--cached] +'git-diff-cache' [-p] [-r] [-z] [-m] [-M] [-R] [-C] [-S] [--cached] DESCRIPTION ----------- @@ -34,7 +34,14 @@ OPTIONS \0 line termination on output -M:: - Detect renames; implies -p. + Detect renames. + +-C:: + Detect copies as well as renames. + +-S:: + Look for differences that contains the change in . + -R:: Output diff in reverse.