diff options
author | Taylor Blau <me@ttaylorr.com> | 2021-09-28 21:55:01 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-28 21:20:55 -0700 |
commit | 56d863e9799c9d440eba3e61346662745a58ab21 (patch) | |
tree | 2af68ea9687f6b51aecc882fab79405d7d587077 /Documentation/git-multi-pack-index.txt | |
parent | pack-bitmap: drop bitmap_index argument from try_partial_reuse() (diff) | |
download | tgif-56d863e9799c9d440eba3e61346662745a58ab21.tar.xz |
midx: expose `write_midx_file_only()` publicly
Expose a variant of the write_midx_file() function which ignores packs
that aren't included in an explicit "allow" list.
This will be used in an upcoming patch to power a new `--stdin-packs`
mode of `git multi-pack-index write` for callers that only want to
include certain packs in a MIDX (and ignore any packs which may have
happened to enter the repository independently, e.g., from pushes).
Those patches will provide test coverage for this new function.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-multi-pack-index.txt')
0 files changed, 0 insertions, 0 deletions