From: Taylor Blau Date: Tue, 25 Jun 2024 17:40:07 +0000 (-0400) Subject: object.h: fix mis-aligned flag bits table X-Git-Tag: v2.46.0-rc0~7^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df3df2dcf49d3d2c379354486ea5e3e64d935984;p=thirdparty%2Fgit.git object.h: fix mis-aligned flag bits table Bit position 23 is one column too far to the left. Signed-off-by: Taylor Blau Signed-off-by: Junio C Hamano --- diff --git a/object.h b/object.h index 114d45954d..db25714b4e 100644 --- a/object.h +++ b/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