diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-05-28 11:17:07 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-05-28 11:17:07 -0700 |
| commit | ee8537ebc9442ea94329125ae693750152ea090c (patch) | |
| tree | 23778f406153e34255e7fe4049f5de004b765fc4 /object.h | |
| parent | 00ffa1cb1c1417f00c66fb2acd42e2f3748997db (diff) | |
| parent | 85f360fee53933d230fd231db5306b26809fabcf (diff) | |
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
Diffstat (limited to 'object.h')
| -rw-r--r-- | object.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ void object_array_init(struct object_array *array); * reflog.c: 10--12 * builtin/show-branch.c: 0-------------------------------------------26 * builtin/unpack-objects.c: 2021 + * pack-bitmap.h: 22 */ #define FLAG_BITS 28 |
