X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-diff-files.txt;h=3e1244f8d316134cd33c96f74199a56bb2625e20;hb=15ac5164427d838d9377643dcdd03edd770cf001;hp=9f9bb1453121ae9f8641ca65dfe70d2575ffa2f9;hpb=81e50eabf06dd68e8e62a9b697eaf60904c58b22;p=git.git diff --git a/Documentation/git-diff-files.txt b/Documentation/git-diff-files.txt index 9f9bb145..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] [-S] [...] +'git-diff-files' [-q] [] [...] DESCRIPTION ----------- @@ -20,31 +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. - --C:: - Detect copies as well as renames. - --S:: - Look for differences that contains the change in . - - --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[]