]> git.ipfire.org Git - thirdparty/git.git/commit
consider previous pack undeltified object state only when reusing delta data
authorNicolas Pitre <nico@cam.org>
Fri, 30 Jun 2006 03:44:52 +0000 (23:44 -0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 30 Jun 2006 06:48:29 +0000 (23:48 -0700)
commit8dbbd14ea3ae1b4e825f1e7d314afddf26c67298
treea943168ab775ea678a9327b0bc8f6bce70c67562
parent93326071ea84a7685783ae76d9a8cec0a11845d0
consider previous pack undeltified object state only when reusing delta data

Without this there would never be a chance to improve packing for
previously undeltified objects.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-objects.c