Skip to content

Commit

Permalink
Merge branch 'an/diff-index-doc' into maint
Browse files Browse the repository at this point in the history
* an/diff-index-doc:
  Documentation/diff-index: mention two modes of operation
  • Loading branch information
Junio C Hamano committed Jul 3, 2013
2 parents 897175f + b3d6e6e commit c9d9a2d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Documentation/git-diff-index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git-diff-index(1)

NAME
----
git-diff-index - Compares content and mode of blobs between the index and repository
git-diff-index - Compare a tree to the working tree or index


SYNOPSIS
Expand All @@ -13,11 +13,11 @@ SYNOPSIS

DESCRIPTION
-----------
Compares the content and mode of the blobs found via a tree
object with the content of the current index and, optionally
ignoring the stat state of the file on disk. When paths are
specified, compares only those named paths. Otherwise all
entries in the index are compared.
Compares the content and mode of the blobs found in a tree object
with the corresponding tracked files in the working tree, or with the
corresponding paths in the index. When <path> arguments are present,
compares only paths matching those patterns. Otherwise all tracked
files are compared.

OPTIONS
-------
Expand Down

0 comments on commit c9d9a2d

Please sign in to comment.