aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-10-24 14:43:03 -0400
committerJunio C Hamano <gitster@pobox.com>2022-10-24 13:39:42 -0700
commit4e7b65ba8e7b4174c4ab249b64c6cb3ad0009732 (patch)
tree5326ce8e0c7692d1aa69cd2a47dd25826f735f5a /builtin/commit.c
parentThe fifth batch (diff)
downloadgit-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