object.h: add flags allocated by pack-bitmap.h
In commit7cc8f97108
(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. In208acbfb82
(object.h: centralize object flag allocation, 2014-03-25) when that table was first introduced, we never added the flags from7cc8f97108
, 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>
This commit is contained in:

committed by
Junio C Hamano

parent
786a3e4b8d
commit
b174a97a54
1
object.h
1
object.h
@ -81,6 +81,7 @@ void object_array_init(struct object_array *array);
|
|||||||
* reflog.c: 10--12
|
* reflog.c: 10--12
|
||||||
* builtin/show-branch.c: 0-------------------------------------------26
|
* builtin/show-branch.c: 0-------------------------------------------26
|
||||||
* builtin/unpack-objects.c: 2021
|
* builtin/unpack-objects.c: 2021
|
||||||
|
* pack-bitmap.h: 22
|
||||||
*/
|
*/
|
||||||
#define FLAG_BITS 28
|
#define FLAG_BITS 28
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user