make "repack -f" imply "pack-objects --no-reuse-object"
commit479b56ba50144b30f28c5b225d412125c07def9f
authorNicolas Pitre <nico@cam.org>
Wed, 9 May 2007 16:59:40 +0000 (9 12:59 -0400)
committerJunio C Hamano <junkio@cox.net>
Thu, 10 May 2007 22:22:33 +0000 (10 15:22 -0700)
tree1e23d16ac492d4bbb560f32b3d759ad4de1a7fb0
parentfa736f72b0840950e32dfd8bc470e91831107b10
make "repack -f" imply "pack-objects --no-reuse-object"

Recomputing delta is much more expensive than recompressing
anyway, and when the user says 'repack -f', it is a sign that
the user is willing to spend CPU cycles.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-repack.sh