]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/pack-objects.c
pack-objects: consider packs in multi-pack-index
authorDerrick Stolee <dstolee@microsoft.com>
Mon, 20 Aug 2018 16:52:08 +0000 (16:52 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2018 22:31:40 +0000 (15:31 -0700)
commit6a22d521260f86dff8fe6f23ab329cebb62ba4f0
tree237fa62a453e91ee2e806f8eb46fbf42eed4e022
parente9ab2ed7de33a399b44295628e587db6a57bf897
pack-objects: consider packs in multi-pack-index

When running 'git pack-objects --local', we want to avoid packing
objects that are in an alternate. Currently, we check for these
objects using the packed_git_mru list, which excludes the pack-files
covered by a multi-pack-index.

Add a new iteration over the multi-pack-indexes to find these
copies and mark them as unwanted.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c
t/t5319-multi-pack-index.sh