Merge branch 'tb/collect-pack-filenames-fix'
commite224f26892ffc3e2cb98fd68c6f74dc3d650ffc8
authorJunio C Hamano <gitster@pobox.com>
Mon, 26 Jun 2023 16:29:49 +0000 (26 09:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Jun 2023 16:29:50 +0000 (26 09:29 -0700)
tree96c5eda55c9f8f78c26f04c736823734216acfd2
parent8d5c5a05d7abd67f8b667c888fe17783e1d676a5
parent73320e49add4b56aba9bf5236a216498fa8ccc22
Merge branch 'tb/collect-pack-filenames-fix'

Avoid breakage of "git pack-objects --cruft" due to inconsistency
between the way the code enumerates packfiles in the repository.

* tb/collect-pack-filenames-fix:
  builtin/repack.c: only collect fully-formed packs
t/t7700-repack.sh