git-blame: Add Emacs Lisp file headers and GNU GPL boilerplate
[git/dscho.git] / Documentation / git-diff-stages.txt
blobb8f45b8cdc2d4d2598e392efbbbed9d867080f62
1 git-diff-stages(1)
2 ==================
4 NAME
5 ----
6 git-diff-stages - Compares two merge stages in the index
9 SYNOPSIS
10 --------
11 'git-diff-stages' [<common diff options>] <stage1> <stage2> [<path>...]
13 DESCRIPTION
14 -----------
15 DEPRECATED and will be removed in 1.5.1.
17 Compares the content and mode of the blobs in two stages in an
18 unmerged index file.
20 OPTIONS
21 -------
22 include::diff-options.txt[]
24 <stage1>,<stage2>::
25         The stage number to be compared.
27 Output format
28 -------------
29 include::diff-format.txt[]
32 Author
33 ------
34 Written by Junio C Hamano <junkio@cox.net>
36 Documentation
37 --------------
38 Documentation by Junio C Hamano.
40 GIT
41 ---
42 Part of the gitlink:git[7] suite