author | Nicolas Pitre <nico@cam.org> | |
Wed, 9 May 2007 16:59:40 +0000 (12:59 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 10 May 2007 22:22:33 +0000 (15:22 -0700) | ||
commit | 479b56ba50144b30f28c5b225d412125c07def9f | |
tree | 1e23d16ac492d4bbb560f32b3d759ad4de1a7fb0 | tree | snapshot |
parent | fa736f72b0840950e32dfd8bc470e91831107b10 | commit | diff |
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>
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 | diff | blob | history |