6 git-diff-files - Compares files in the working tree and the cache
11 'git-diff-files' [-q] [<common diff options>] [<path>...]
15 Compares the files in the working tree and the cache. When paths
16 are specified, compares only those named paths. Otherwise all
17 entries in the cache are compared. The output format is the
18 same as "git-diff-index" and "git-diff-tree".
22 include::diff-options.txt[]
25 Remain silent even on nonexisting files
29 include::diff-format.txt[]
34 Written by Linus Torvalds <torvalds@osdl.org>
38 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
42 Part of the gitlink:git[7] suite