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