Documentation / git-diff-stages.txton commit Merge http://www.kernel.org/pub/scm/gitk/gitk (302ebfe)
   1git-diff-stages(1)
   2==================
   3
   4NAME
   5----
   6git-diff-stages - Compares content and mode of blobs between stages in an unmerged index file.
   7
   8
   9SYNOPSIS
  10--------
  11'git-diff-stages' [<common diff options>] <stage1> <stage2> [<path>...]
  12
  13DESCRIPTION
  14-----------
  15Compares the content and mode of the blobs in two stages in an
  16unmerged index file.
  17
  18OPTIONS
  19-------
  20include::diff-options.txt[]
  21
  22<stage1>,<stage2>::
  23        The stage number to be compared.
  24
  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---
  40Part of the gitlink:git[7] suite