revision: make tree comparison functions take commits rather than trees
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 3 Nov 2008 18:45:41 +0000 (10:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Nov 2008 08:08:12 +0000 (00:08 -0800)
This will make it easier to do various clever things that don't depend
on the pure tree contents. It also makes the parameter passing much
simpler - the callers doesn't really look at trees anywhere else, and
it's really the function that should look at the low-level details.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found