Code

Make "diff-tree" take commit objects too, like "diff-cache" does.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Apr 2005 04:39:28 +0000 (21:39 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Apr 2005 04:39:28 +0000 (21:39 -0700)
commitabdb007d1f0ee1579c3719fc4fadbe4755163d74
treed73f1dd6dcd5bf2a5526593e5cc8202929549cf0
parente74f8f6aa7807d479d78bfc680a18a9a5198b172
Make "diff-tree" take commit objects too, like "diff-cache" does.

Sometimes it's just easier to not have to look up the "commit"->"tree"
translation by hand first. It's trivial to do inside diff-tree, and
it's just being polite.
diff-tree.c