]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-diff-files.txt
[PATCH] Clean up diff option descriptions.
[thirdparty/git.git] / Documentation / git-diff-files.txt
CommitLineData
2cf565c5
DG
1git-diff-files(1)
2=================
3v0.1, May 2005
4
5NAME
6----
7git-diff-files - Compares files in the working tree and the cache
8
9
10SYNOPSIS
11--------
dda2d79a 12'git-diff-files' [-q] [<common diff options>] [<path>...]
2cf565c5
DG
13
14DESCRIPTION
15-----------
16Compares the files in the working tree and the cache. When paths
17are specified, compares only those named paths. Otherwise all
18entries in the cache are compared. The output format is the
19same as "git-diff-cache" and "git-diff-tree".
20
21OPTIONS
22-------
dda2d79a 23include::diff-options.txt[]
2cf565c5
DG
24
25-q::
26 Remain silent even on nonexisting files
27
2cf565c5
DG
28Output format
29-------------
30include::diff-format.txt[]
31
32
33Author
34------
35Written by Linus Torvalds <torvalds@osdl.org>
36
37Documentation
38--------------
39Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
40
41GIT
42---
43Part of the link:git.html[git] suite
44