diffcore-delta: stop using deltifier for packing.
authorJunio C Hamano <junkio@cox.net>
Wed, 1 Mar 2006 04:16:41 +0000 (20:16 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 1 Mar 2006 04:20:04 +0000 (20:20 -0800)
commite29e1147e485654d90a0ea0fd5fb7151bb194265
tree33cb94f2c55681744f6429259b56622abb016f87
parent65416758cd83772f2f3c69f1bd1f501608e64745
diffcore-delta: stop using deltifier for packing.

This switches the change estimation logic used by break, rename
and copy detection from delta packing code to a more line
oriented one.  This way, thee performance-density tradeoff by
delta packing code can be made without worrying about breaking
the rename detection.

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