Add "diff-tree" program to show which files have changed between two trees.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 9 Apr 2005 20:00:54 +0000 (13:00 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 9 Apr 2005 20:00:54 +0000 (13:00 -0700)
commit9174026cfe69d73ef80b27890615f8b2ef5c265a
treed4a96ba891017d0d26c15e509b4e6515e40d75ee
parent79517a067a293ddf19867e363f0d9237c7ef8e22
Add "diff-tree" program to show which files have changed between two trees.

Very useful for creating diffs efficiently, and in general to see what has
changed in the namespace.
Makefile
diff-tree.c [new file with mode: 0644]