commit | 3a5e860815010e362c746aedf7981e9b3b9a69e8 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Mon Nov 03 10:45:41 2008 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Nov 04 00:08:12 2008 -0800 |
tree | f3e6a63d48e3e85f49bcd7a89fc5ffe7ca63d9de | |
parent | 0f3a290b89b89bb5375cf5019b067e4a99f02620 [diff] |
revision: make tree comparison functions take commits rather than trees 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>