Documentation / git-diff-stages.txton commit Revert "Adapt tutorial to cygwin and add test case" (494245d)
   1git-diff-stages(1)
   2==================
   3v0.1, June 2005
   4
   5NAME
   6----
   7git-diff-stages - Compares content and mode of blobs between stages in an unmerged index file.
   8
   9
  10SYNOPSIS
  11--------
  12'git-diff-stages' [<common diff options>] <stage1> <stage2> [<path>...]
  13
  14DESCRIPTION
  15-----------
  16Compares the content and mode of the blobs in two stages in an
  17unmerged index file.
  18
  19OPTIONS
  20-------
  21include::diff-options.txt[]
  22
  23<stage1>,<stage2>::
  24        The stage number to be compared.
  25
  26Output format
  27-------------
  28include::diff-format.txt[]
  29
  30
  31Author
  32------
  33Written by Junio C Hamano <junkio@cox.net>
  34
  35Documentation
  36--------------
  37Documentation by Junio C Hamano.
  38
  39GIT
  40---
  41Part of the gitlink:git[7] suite