On Sat, 22 Apr 2006, Geert Bosch wrote: > BTW, after applying the obvious fixes, I get the following > message: > potomac%./git-pack-objects --no-reuse-delta --stdout <lst > Generating pack... > Done counting 16984 objects. > Deltifying 16984 objects. > 100% (16984/16984) done > fatal: delta size changed > > Is this expected now I have a different algorithm? It should not. First, pack-objects tries to find the best object combinations producing the smallest delta. Then there is a second pass where the best delta are actually written out. When that message appears that means the delta size for the same object pair does not match between those two passes. Nicolas - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html