diff options
author | Junio C Hamano <junkio@cox.net> | 2006-02-17 20:58:45 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-17 21:48:48 -0800 |
commit | e4c9327a77bd59e85d4b17a612e78977d68773ee (patch) | |
tree | 84bccb584df5cf44465cff95bb17eb3ef92e0da8 /git.spec.in | |
parent | git-repack: allow passing a couple of flags to pack-objects. (diff) | |
download | tgif-e4c9327a77bd59e85d4b17a612e78977d68773ee.tar.xz |
pack-objects: avoid delta chains that are too long.
This tries to rework the solution for the excess delta chain
problem. An earlier commit worked it around ``cheaply'', but
repeated repacking risks unbound growth of delta chains.
This version counts the length of delta chain we are reusing
from the existing pack, and makes sure a base object that has
sufficiently long delta chain does not get deltified.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.spec.in')
0 files changed, 0 insertions, 0 deletions