Code

Add "diff-cache" helper program to compare a tree (or commit) with
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Apr 2005 04:00:09 +0000 (21:00 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Apr 2005 04:00:09 +0000 (21:00 -0700)
commite74f8f6aa7807d479d78bfc680a18a9a5198b172
tree35c57efa419ba3cf2b49c454e8e8bca30624c481
parentb96afa59ebfd2c0902e2fd2653e29f291bf0cac7
Add "diff-cache" helper program to compare a tree (or commit) with
the current cache state and/or working directory.

Very useful to see what has changed since the last commit, either in
the index file or in the whole working directory.

Also very possibly very buggy. Matching the two up is not entirely
trivial.
Makefile
diff-cache.c [new file with mode: 0644]