diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-08-21 08:30:06 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-08-21 09:01:55 -0700 |
| commit | 5176dd3d057ac5cae8321508febef61fa88537aa (patch) | |
| tree | a8739abf64d740766e47a6ce9f6643793b240796 /t/t4013/diff.diff_initial..side | |
| parent | 9e8558a31d896ca1508a8e6febb1e54b04188eef (diff) | |
bundle: generate packfiles via the object database
git-bundle(1) spawns git-pack-objects(1) directly to generate the pack
data that gets appended to the bundle header. While bundles are not
part of the wire protocol, they are a transfer mechanism for packs all
the same, so convert them to use the pack generation interface of the
object database as well.
This makes the pack generator the single spawn point for all pack
streams that leave the repository, leaving only local maintenance tasks
like git-repack(1) with direct knowledge of git-pack-objects(1).
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff_initial..side')
0 files changed, 0 insertions, 0 deletions
