diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2021-02-18 14:07:27 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-02-18 13:38:16 -0800 |
commit | b4d941420bce15cd48bccabc1faa90477bda2fae (patch) | |
tree | 55e76d7df26e3d745378d2e1aadbbb8d77ea00ef /merge.c | |
parent | midx: rename pack_info to write_midx_context (diff) | |
download | tgif-b4d941420bce15cd48bccabc1faa90477bda2fae.tar.xz |
midx: use context in write_midx_pack_names()
In an effort to align the write_midx_internal() to use the chunk-format
API, start converting chunk writing methods to match chunk_write_fn. The
first case is to convert write_midx_pack_names() to take "void *data".
We already have the necessary data in "struct write_midx_context", so
this conversion is rather mechanical.
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