]> git.ipfire.org Git - thirdparty/git.git/commitdiff
object.h: add flags allocated by pack-bitmap.h
authorTaylor Blau <me@ttaylorr.com>
Tue, 14 May 2024 19:56:50 +0000 (15:56 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 May 2024 13:52:31 +0000 (06:52 -0700)
In commit 7cc8f971085 (pack-objects: implement bitmap writing,
2013-12-21) the NEEDS_BITMAP flag was introduced into pack-bitmap.h, but
no object flags allocation table existed at the time.

In 208acbfb82f (object.h: centralize object flag allocation, 2014-03-25)
when that table was first introduced, we never added the flags from
7cc8f971085, which has remained the case since.

Rectify this by including the flag bit used by pack-bitmap.h into the
centralized table in object.h.

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

index 9293e703cccc6acf6205be9c5fae440fff441d5a..99b9c8f114ca318812a06592c50dfe1bb189d1b9 100644 (file)
--- 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