]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/pack-bitmap-write-cleanups' into tb/pseudo-merge-reachability-bitmap
authorJunio C Hamano <gitster@pobox.com>
Fri, 24 May 2024 18:40:34 +0000 (11:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 May 2024 18:40:34 +0000 (11:40 -0700)
commit862f88cfafefdf8767637f2bdd14cb8cfc00107b
treefa1e634ca5ca69ec0eddeb44b3d132ff6aeba37e
parent786a3e4b8d754d2b14b1208b98eeb0a554ef19a8
parent85f360fee53933d230fd231db5306b26809fabcf
Merge branch 'tb/pack-bitmap-write-cleanups' into tb/pseudo-merge-reachability-bitmap

* tb/pack-bitmap-write-cleanups:
  pack-bitmap: introduce `bitmap_writer_free()`
  pack-bitmap-write.c: avoid uninitialized 'write_as' field
  pack-bitmap: drop unused `max_bitmaps` parameter
  pack-bitmap: avoid use of static `bitmap_writer`
  pack-bitmap-write.c: move commit_positions into commit_pos fields
  object.h: add flags allocated by pack-bitmap.h