File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -390,10 +390,11 @@ CHUNK LOOKUP:
390
390
CHUNK DATA:
391
391
392
392
Packfile Names (ID: {'P', 'N', 'A', 'M'})
393
- Stores the packfile names as concatenated, null-terminated strings.
394
- Packfiles must be listed in lexicographic order for fast lookups by
395
- name. This is the only chunk not guaranteed to be a multiple of four
396
- bytes in length, so should be the last chunk for alignment reasons.
393
+ Store the names of packfiles as a sequence of NUL-terminated
394
+ strings. There is no extra padding between the filenames,
395
+ and they are listed in lexicographic order. The chunk itself
396
+ is padded at the end with between 0 and 3 NUL bytes to make the
397
+ chunk size a multiple of 4 bytes.
397
398
398
399
OID Fanout (ID: {'O', 'I', 'D', 'F'})
399
400
The ith entry, F[i], stores the number of OIDs with first
You can’t perform that action at this time.
0 commit comments