Skip to content

Commit fa48de6

Browse files
hanwengitster
authored andcommitted
Documentation: object_id_len goes up to 31
The value is stored in a 5-bit field, so we can't support more without a format version upgrade. Signed-off-by: Han-Wen Nienhuys <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 45fe28c commit fa48de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/reftable.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ Obj block format
443443
Object blocks are optional. Writers may choose to omit object blocks,
444444
especially if readers will not use the object name to ref mapping.
445445

446-
Object blocks use unique, abbreviated 2-32 object name keys, mapping to
446+
Object blocks use unique, abbreviated 2-31 byte object name keys, mapping to
447447
ref blocks containing references pointing to that object directly, or as
448448
the peeled value of an annotated tag. Like ref blocks, object blocks use
449449
the file's standard block size. The abbreviation length is available in

0 commit comments

Comments
 (0)