On Sun, Aug 04, 2024 at 12:15:41PM -0400, rsbecker@xxxxxxxxxxxxx wrote: > After git repack -d --cruft --max-cruft-size=1M &&... > > ./trash directory.t7704-repack-cruft/max-cruft-size-prune: git show-index < .git/objects/pack/pack-68c6c8c8538900694c32380ac1484201c8b60d8d.pack > fatal: unable to read index > ./trash directory.t7704-repack-cruft/max-cruft-size-prune: git show-index < .git/objects/pack/pack-8f53f837597ebbdfc6f8ed173349e5cecbcfb97e.pack > fatal: corrupt index file > ./trash directory.t7704-repack-cruft/max-cruft-size-prune: git show-index < .git/objects/pack/pack-b8dc9aadaadc12c82b0053fdee0039ae1025a8f8.pack > fatal: corrupt index file > ./trash directory.t7704-repack-cruft/max-cruft-size-prune: git show-index < .git/objects/pack/pack-c2357b2b204fda52bc1f5515de94227e1db012af.pack > fatal: corrupt index file > > Apparently, something is wrong. This is an ia64 Big Endian. Not sure that matters. show-index expects the contents of the *.idx file on stdin, not the *.pack. Thanks, Taylor