commit | f82cd3c6104733e2ff3305c325a440731aa1d17c | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Thu Aug 03 11:50:10 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Thu Aug 03 11:50:10 2006 -0700 |
tree | ed35e772ebb58472480e58940a8be46eb2ca5cfd | |
parent | fba0cbd95d796857622d642160176907930ae511 [diff] |
Fix "git diff blob1 blob2" showing the diff in reverse. This was introduced by mistake when revision.c::add_pending_object() was modified to use object-array instead of object-list. Signed-off-by: Junio C Hamano <junkio@cox.net>