Work around missing hard links on FAT formatted media
[git.git] / Documentation / git-diff-files.txt
1 git-diff-files(1)
2 =================
3
4 NAME
5 ----
6 git-diff-files - Compares files in the working tree and the cache
7
8
9 SYNOPSIS
10 --------
11 'git-diff-files' [-q] [<common diff options>] [<path>...]
12
13 DESCRIPTION
14 -----------
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".
19
20 OPTIONS
21 -------
22 include::diff-options.txt[]
23
24 -q::
25         Remain silent even on nonexisting files
26
27 Output format
28 -------------
29 include::diff-format.txt[]
30
31
32 Author
33 ------
34 Written by Linus Torvalds <torvalds@osdl.org>
35
36 Documentation
37 --------------
38 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
39
40 GIT
41 ---
42 Part of the gitlink:git[7] suite
43