diff options
| author | Taylor Blau <me@ttaylorr.com> | 2022-10-24 14:43:03 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-10-24 13:39:42 -0700 |
| commit | 4e7b65ba8e7b4174c4ab249b64c6cb3ad0009732 (patch) | |
| tree | 5326ce8e0c7692d1aa69cd2a47dd25826f735f5a /builtin/commit.c | |
| parent | The fifth batch (diff) | |
| download | git-4e7b65ba8e7b4174c4ab249b64c6cb3ad0009732.tar.gz git-4e7b65ba8e7b4174c4ab249b64c6cb3ad0009732.zip | |
builtin/repack.c: pass "out" to `prepare_pack_objects`
`builtin/repack.c`'s `prepare_pack_objects()` is used to prepare a set
of arguments to a `pack-objects` process which will generate a desired
pack.
A future patch will add an `--expire-to` option which allows `git
repack` to write a cruft pack containing the pruned objects out to a
separate repository. Prepare for this by teaching that function to write
packs to an arbitrary location specified by the caller.
All existing callers of `prepare_pack_objects()` will pass `packtmp` for
`out`, retaining the existing behavior.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions
