Fix "git diff blob1 blob2" showing the diff in reverse.
authorJunio C Hamano <junkio@cox.net>
Thu, 3 Aug 2006 18:50:10 +0000 (11:50 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 3 Aug 2006 18:50:10 +0000 (11:50 -0700)
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>
No differences found