X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-diff-files.txt;h=9cd8ccef37f131d7913926ef9b5b7b49fe6d3463;hb=d951615daa9de25687fc4af34a224f62f8d414e5;hp=c5261415643d359648900e17f522ba7b96fed44a;hpb=5dc1308562ab5991ecada68b06707709bea408c9;p=git.git diff --git a/Documentation/git-diff-files.txt b/Documentation/git-diff-files.txt index c52614156..9cd8ccef3 100644 --- a/Documentation/git-diff-files.txt +++ b/Documentation/git-diff-files.txt @@ -15,7 +15,7 @@ DESCRIPTION Compares the files in the working tree and the index. When paths are specified, compares only those named paths. Otherwise all entries in the index are compared. The output format is the -same as for 'git-diff-index' and 'git-diff-tree'. +same as for 'git diff-index' and 'git diff-tree'. OPTIONS ------- @@ -43,8 +43,7 @@ omit diff output for unmerged entries and just show "Unmerged". -q:: Remain silent even on nonexistent files -Output format -------------- + include::diff-format.txt[]