]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/pack-bitmap-write-cleanups'
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 May 2024 18:17:07 +0000 (11:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 May 2024 18:17:07 +0000 (11:17 -0700)
commitee8537ebc9442ea94329125ae693750152ea090c
tree23778f406153e34255e7fe4049f5de004b765fc4
parent00ffa1cb1c1417f00c66fb2acd42e2f3748997db
parent85f360fee53933d230fd231db5306b26809fabcf
Merge branch 'tb/pack-bitmap-write-cleanups'

The pack bitmap code saw some clean-up to prepare for a follow-up topic.

* 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
builtin/pack-objects.c
midx-write.c