X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-diff-files.txt;h=3e1244f8d316134cd33c96f74199a56bb2625e20;hb=f170e4b39d87365cda17b80436ba6db4a2044e88;hp=1eae3d03337881359c7561cb0ac35c37cd67b8e8;hpb=427dcb4bca49117664d9428fd4e86483f516d703;p=git.git diff --git a/Documentation/git-diff-files.txt b/Documentation/git-diff-files.txt index 1eae3d03..3e1244f8 100644 --- a/Documentation/git-diff-files.txt +++ b/Documentation/git-diff-files.txt @@ -9,7 +9,7 @@ git-diff-files - Compares files in the working tree and the cache SYNOPSIS -------- -'git-diff-files' [-p] [-q] [-r] [-z] [-M] [-C] [-R] [...] +'git-diff-files' [-q] [] [...] DESCRIPTION ----------- @@ -20,27 +20,11 @@ same as "git-diff-cache" and "git-diff-tree". OPTIONS ------- --p:: - generate patch (see section on generating patches). +include::diff-options.txt[] -q:: Remain silent even on nonexisting files --R:: - Output diff in reverse. - --M:: - Detect renames; implies -p. - --C:: - Detect copies as well as renames; implies -p. - --r:: - This flag does not mean anything. It is there only to match - git-diff-tree. Unlike git-diff-tree, git-diff-files always looks - at all the subdirectories. - - Output format ------------- include::diff-format.txt[]