[PATCH] Performance fix for pickaxe.
authorJunio C Hamano <junkio@cox.net>
Mon, 23 May 2005 07:25:15 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 23 May 2005 18:49:30 +0000 (11:49 -0700)
commit046aa6440fdf9a94df5e2f0609bef5d7415ff94a
tree01956b9c5e356fdbadb4713124152f6c079b262d
parentf7c1512af8ff4f821c530f9a4bc8f8ff25733d51
[PATCH] Performance fix for pickaxe.

The pickaxe was expanding the blobs and searching in them even
when it should have already known that both sides are the same.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diffcore-pickaxe.c