X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-diff-files.txt;h=3e1244f8d316134cd33c96f74199a56bb2625e20;hb=148519b7dc5a45ee73a85d39e4647099976be3b8;hp=f79820a65c00df719e481510395a45eecaf1f303;hpb=57fe64a40d95dd99d798c6d7c81c1a76d24a8e7c;p=git.git diff --git a/Documentation/git-diff-files.txt b/Documentation/git-diff-files.txt index f79820a6..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] [-R] [...] +'git-diff-files' [-q] [] [...] DESCRIPTION ----------- @@ -20,24 +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. - --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[]