File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ git-diff-index(1)
3
3
4
4
NAME
5
5
----
6
- git-diff-index - Compares content and mode of blobs between the index and repository
6
+ git-diff-index - Compare a tree to the working tree or index
7
7
8
8
9
9
SYNOPSIS
@@ -13,11 +13,11 @@ SYNOPSIS
13
13
14
14
DESCRIPTION
15
15
-----------
16
- Compares the content and mode of the blobs found via a tree
17
- object with the content of the current index and, optionally
18
- ignoring the stat state of the file on disk . When paths are
19
- specified, compares only those named paths . Otherwise all
20
- entries in the index are compared.
16
+ Compares the content and mode of the blobs found in a tree object
17
+ with the corresponding tracked files in the working tree, or with the
18
+ corresponding paths in the index . When <path> arguments are present,
19
+ compares only paths matching those patterns . Otherwise all tracked
20
+ files are compared.
21
21
22
22
OPTIONS
23
23
-------
You can’t perform that action at this time.
0 commit comments