X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-diff-cache.txt;h=e89aaa503ff18bb96442f9ecf499bd5734679df5;hb=81e50eabf06dd68e8e62a9b697eaf60904c58b22;hp=b54b8226ada3706839746efa91fdd09b9d4f1ed9;hpb=2cf565c53c88c557eedd7e5629437b3c6fe74329;p=git.git diff --git a/Documentation/git-diff-cache.txt b/Documentation/git-diff-cache.txt index b54b8226..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] [--cached] +'git-diff-cache' [-p] [-r] [-z] [-m] [-M] [-R] [-C] [-S] [--cached] DESCRIPTION ----------- @@ -33,6 +33,19 @@ OPTIONS -z:: \0 line termination on output +-M:: + Detect renames. + +-C:: + Detect copies as well as renames. + +-S:: + Look for differences that contains the change in . + + +-R:: + Output diff in reverse. + --cached:: do not consider the on-disk file at all