]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-diff-stages.txt
describe: allow more than one revs to be named.
[thirdparty/git.git] / Documentation / git-diff-stages.txt
CommitLineData
232b75ab
JH
1git-diff-stages(1)
2==================
232b75ab
JH
3
4NAME
5----
6git-diff-stages - Compares content and mode of blobs between stages in an unmerged index file.
7
8
9SYNOPSIS
10--------
dda2d79a 11'git-diff-stages' [<common diff options>] <stage1> <stage2> [<path>...]
232b75ab
JH
12
13DESCRIPTION
14-----------
15Compares the content and mode of the blobs in two stages in an
16unmerged index file.
17
18OPTIONS
19-------
dda2d79a
JH
20include::diff-options.txt[]
21
232b75ab
JH
22<stage1>,<stage2>::
23 The stage number to be compared.
24
232b75ab
JH
25Output format
26-------------
27include::diff-format.txt[]
28
29
30Author
31------
32Written by Junio C Hamano <junkio@cox.net>
33
34Documentation
35--------------
36Documentation by Junio C Hamano.
37
38GIT
39---
a7154e91 40Part of the gitlink:git[7] suite