builtin-diff: fix comparison between two blobs.
authorJunio C Hamano <junkio@cox.net>
Tue, 16 May 2006 02:05:50 +0000 (19:05 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 16 May 2006 02:05:50 +0000 (19:05 -0700)
commite4e23f3a1c7734cdad60ba1274487ee6e2198de3
tree7ba379e2a17f53434a11ad63882a4322b59f9893
parent8701ea0f627dcba4bb75570f87df9c93985d397a
builtin-diff: fix comparison between two blobs.

The code forgot that setup_revisions() leaves parsed object
names in reverse in the list.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-diff.c