diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2018-08-20 16:52:08 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-20 15:31:40 -0700 |
commit | 6a22d521260f86dff8fe6f23ab329cebb62ba4f0 (patch) | |
tree | 237fa62a453e91ee2e806f8eb46fbf42eed4e022 /t/t4118-apply-empty-context.sh | |
parent | midx: test a few commands that use get_all_packs (diff) | |
download | tgif-6a22d521260f86dff8fe6f23ab329cebb62ba4f0.tar.xz |
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>
Diffstat (limited to 't/t4118-apply-empty-context.sh')
0 files changed, 0 insertions, 0 deletions