diff options
| author | Taylor Blau <me@ttaylorr.com> | 2026-05-27 15:56:08 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-05-28 05:23:01 +0900 |
| commit | b04d26607de35b88cf9c62ca11931d4f8cc4ac05 (patch) | |
| tree | 4fc82d37ff7446b6b08d26511cf5881a30fb135d /git-commit-script | |
| parent | dcccd997462e2130bcc35f933285ff087454275e (diff) | |
pack-bitmap: remember pseudo-merge parents
write_pseudo_merges() currently builds an array of temporary bitmaps for
the parent set of each pseudo-merge, then serializes those bitmaps later
while writing the extension.
Move those parent bitmaps onto the corresponding bitmapped_commit
entries instead. This keeps the on-disk output unchanged, but gives the
parent bitmap the same lifetime and access pattern that later changes
will use when pseudo-merge object bitmaps are built before the write
step.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-commit-script')
0 files changed, 0 insertions, 0 deletions
