[BUG?] 'git verify-pack -v' on multiple packs fails for all but the first pack
From: Johan Herland <hidden>
Date: 2016-06-15 22:45:12
(I don't have time to look into this right now, but will do so later if nobody comes up with a solution in the meantime...) When running 'git verify-pack -v' on multiple packs (.idx files), it fails for all packs, except the first, with exit code 128, and the following single line: fatal: internal error: pack revindex fubar This does not happen when given only a single pack, or when given multiple packs, but without '-v' option. To reproduce, simply do: git verify-pack -v .git/objects/pack/*.idx in any repo with more than one pack file. This happens with a fairly current 'next' (1.6.0.96.g2fad1). AFAICS, it also happens in v1.6.0. ...Johan PS: Does someone knows a better way to generate a sorted list of all the blob objects (by SHA1 sum) in a packed repo? -- Johan Herland, [off-list ref] www.herland.net