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