[PATCH] Fix git-init-db creating crap directories.
[git/dscho.git] / Documentation / git-diff-files.txt
blob72c7a718f57470755baf8d42179477ddd5372645
1 git-diff-files(1)
2 =================
3 v0.1, May 2005
5 NAME
6 ----
7 git-diff-files - Compares files in the working tree and the cache
10 SYNOPSIS
11 --------
12 'git-diff-files' [-q] [<common diff options>] [<path>...]
14 DESCRIPTION
15 -----------
16 Compares the files in the working tree and the cache.  When paths
17 are specified, compares only those named paths.  Otherwise all
18 entries in the cache are compared.  The output format is the
19 same as "git-diff-index" and "git-diff-tree".
21 OPTIONS
22 -------
23 include::diff-options.txt[]
25 -q::
26         Remain silent even on nonexisting files
28 Output format
29 -------------
30 include::diff-format.txt[]
33 Author
34 ------
35 Written by Linus Torvalds <torvalds@osdl.org>
37 Documentation
38 --------------
39 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
41 GIT
42 ---
43 Part of the link:git.html[git] suite