aboutsummaryrefslogtreecommitdiff
path: root/object.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-24 11:40:34 -0700
committerJunio C Hamano <gitster@pobox.com>2024-05-24 11:40:34 -0700
commit862f88cfafefdf8767637f2bdd14cb8cfc00107b (patch)
treefa1e634ca5ca69ec0eddeb44b3d132ff6aeba37e /object.h
parent786a3e4b8d754d2b14b1208b98eeb0a554ef19a8 (diff)
parent85f360fee53933d230fd231db5306b26809fabcf (diff)
downloadgit-862f88cfafefdf8767637f2bdd14cb8cfc00107b.tar.xz
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
Diffstat (limited to 'object.h')
-rw-r--r--object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/object.h b/object.h
index 9293e703cc..99b9c8f114 100644
--- a/object.h
+++ b/object.h
@@ -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