]> git.ipfire.org Git - thirdparty/git.git/commit
pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public
authorTaylor Blau <me@ttaylorr.com>
Thu, 23 May 2024 21:26:36 +0000 (17:26 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 May 2024 18:40:42 +0000 (11:40 -0700)
commitc059c8795e926cfe3ad8cb7a47f54c071227fcfa
tree8050f6eb71595dcdf5729fdce507ec50f5129592
parent245a7f2e01dc86baa08ceb70937585c6389cb9db
pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public

The pseudo-merge selection code will be added in a subsequent commit,
and will need a way to push the allocated commit structures into the
bitmap writer from a separate compilation unit.

Make the `bitmap_writer_push_bitmapped_commit()` function part of the
pack-bitmap.h header in order to make this possible.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-bitmap-write.c
pack-bitmap.h