X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-diff-files.txt;h=3e1244f8d316134cd33c96f74199a56bb2625e20;hb=2bbcddee877c01ea1008efe2137d7ef599189ef5;hp=166238f5c68480543d1da7ae09f8195d768fa81f;hpb=5c97558c9a813a0a775c438a79cfc438def00c22;p=git.git diff --git a/Documentation/git-diff-files.txt b/Documentation/git-diff-files.txt index 166238f5..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] [...] +'git-diff-files' [-q] [] [...] DESCRIPTION ----------- @@ -20,21 +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 --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[]