diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2019-04-29 09:18:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-05-07 13:48:41 +0900 |
commit | 64404a24cf60761baba0e04a337c419f0e86c0f9 (patch) | |
tree | 78911ffb0018c9ee400b7cf92e921d76967c9256 /merge.c | |
parent | The seventh batch (diff) | |
download | tgif-64404a24cf60761baba0e04a337c419f0e86c0f9.tar.xz |
midx: pass a repository pointer
Much of the multi-pack-index code focuses on the multi_pack_index
struct, and so we only pass a pointer to the current one. However,
we will insert a dependency on the packed_git linked list in a
future change, so we will need a repository reference. Inserting
these parameters is a significant enough change to split out.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'merge.c')
0 files changed, 0 insertions, 0 deletions