diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-05-23 18:20:39 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-23 19:17:06 -0700 |
| commit | b1c006dd651fce55e25a7b06d00382cfdc1a3f91 (patch) | |
| tree | aed220d44be468ab52db5a3848ae625d24821635 /Documentation/git-diff-cache.txt | |
| parent | [PATCH] Fix diff-pruning logic which was running prune too early. (diff) | |
| download | git-b1c006dd651fce55e25a7b06d00382cfdc1a3f91.tar.gz git-b1c006dd651fce55e25a7b06d00382cfdc1a3f91.zip | |
[PATCH] Update git-diff-cache documentation.
The recent diff updates gave diff-cache the same ability to
filter paths, which was not properly documented.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/git-diff-cache.txt')
| -rw-r--r-- | Documentation/git-diff-cache.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Documentation/git-diff-cache.txt b/Documentation/git-diff-cache.txt index e89aaa503f..35253b11b3 100644 --- a/Documentation/git-diff-cache.txt +++ b/Documentation/git-diff-cache.txt @@ -9,13 +9,15 @@ git-diff-cache - Compares content and mode of blobs between the cache and reposi SYNOPSIS -------- -'git-diff-cache' [-p] [-r] [-z] [-m] [-M] [-R] [-C] [-S<string>] [--cached] <tree-ish> +'git-diff-cache' [-p] [-r] [-z] [-m] [-M] [-R] [-C] [-S<string>] [--cached] <tree-ish> [<path>...] DESCRIPTION ----------- -Compares the content and mode of the blobs found via a tree object -with the content of the current cache and, optionally ignoring the -stat state of the file on disk. +Compares the content and mode of the blobs found via a tree +object with the content of the current cache 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 cache are compared. OPTIONS ------- |
