mirror of
https://github.com/git/git
synced 2024-11-05 04:53:18 +00:00
object.h: fix mis-aligned flag bits table
Bit position 23 is one column too far to the left. Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
ba5a81d52b
commit
df3df2dcf4
1 changed files with 1 additions and 1 deletions
2
object.h
2
object.h
|
@ -62,7 +62,7 @@ void object_array_init(struct object_array *array);
|
|||
|
||||
/*
|
||||
* object flag allocation:
|
||||
* revision.h: 0---------10 15 23------27
|
||||
* revision.h: 0---------10 15 23------27
|
||||
* fetch-pack.c: 01 67
|
||||
* negotiator/default.c: 2--5
|
||||
* walker.c: 0-2
|
||||
|
|
Loading…
Reference in a new issue