On Sun, 11 Jun 2006, Nicolas Pitre wrote:
Then I used git-repack -a -f --window=20 --depth=20 which produced a
nice 468MB pack file along with the invariant 45MB index file for a
grand total of 535MB for the whole repo (the .git/refs/ directory alone
still occupies 17MB on disk).
Btw, can others with that mozilla repo confirm that a mozilla repository
that has been repacked seems to be entirely fine, but git-fsck-objects
(with "--full", of course) will report
error: Packfile .git/objects/pack/pack-06389c21fc3c4312cbc9a4ddde087c907c1a840b.pack SHA1 mismatch with itself
for me (the fsck then completes with no other errors what-so-ever, so the
contents are actually fine).
Or is it just me?
Linus