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