diff options
author | Han-Wen Nienhuys <hanwen@google.com> | 2022-02-21 18:46:04 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-02-23 13:36:26 -0800 |
commit | fa48de62ac00bdd634ea5bcd5b1a6bccfa4d9117 (patch) | |
tree | 100a7baab0fa0f0cb45057f824b4a45be7b110fd /Documentation/technical | |
parent | The fourth batch (diff) | |
download | tgif-fa48de62ac00bdd634ea5bcd5b1a6bccfa4d9117.tar.xz |
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 <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/reftable.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/reftable.txt b/Documentation/technical/reftable.txt index d7c3b645cf..6a67cc4174 100644 --- a/Documentation/technical/reftable.txt +++ b/Documentation/technical/reftable.txt @@ -443,7 +443,7 @@ Obj block format Object blocks are optional. Writers may choose to omit object blocks, especially if readers will not use the object name to ref mapping. -Object blocks use unique, abbreviated 2-32 object name keys, mapping to +Object blocks use unique, abbreviated 2-31 byte object name keys, mapping to ref blocks containing references pointing to that object directly, or as the peeled value of an annotated tag. Like ref blocks, object blocks use the file's standard block size. The abbreviation length is available in |