2005-06-19 22:14:53 +02:00
|
|
|
git-diff-stages(1)
|
|
|
|
==================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2006-03-09 17:24:50 +01:00
|
|
|
git-diff-stages - Compares content and mode of blobs between stages in an unmerged index file
|
2005-06-19 22:14:53 +02:00
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2005-07-13 21:52:35 +02:00
|
|
|
'git-diff-stages' [<common diff options>] <stage1> <stage2> [<path>...]
|
2005-06-19 22:14:53 +02:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
Compares the content and mode of the blobs in two stages in an
|
|
|
|
unmerged index file.
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
2005-07-13 21:52:35 +02:00
|
|
|
include::diff-options.txt[]
|
|
|
|
|
2005-06-19 22:14:53 +02:00
|
|
|
<stage1>,<stage2>::
|
|
|
|
The stage number to be compared.
|
|
|
|
|
|
|
|
Output format
|
|
|
|
-------------
|
|
|
|
include::diff-format.txt[]
|
|
|
|
|
|
|
|
|
|
|
|
Author
|
|
|
|
------
|
|
|
|
Written by Junio C Hamano <junkio@cox.net>
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
--------------
|
|
|
|
Documentation by Junio C Hamano.
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2005-09-19 12:10:51 +02:00
|
|
|
Part of the gitlink:git[7] suite
|