From: Junio C Hamano Date: Thu, 3 Aug 2006 18:50:10 +0000 (-0700) Subject: Fix "git diff blob1 blob2" showing the diff in reverse. X-Git-Tag: v1.4.2-rc3~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f82cd3c6104733e2ff3305c325a440731aa1d17c?hp=f82cd3c6104733e2ff3305c325a440731aa1d17c 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 ---