Skip to content

Commit 4ee5cac

Browse files
committed
Merge branch 'tl/midx-docfix'
Doc mark-up fix. * tl/midx-docfix: midx: fix a formatting issue in "multi-pack-index.txt"
2 parents cb136bd + ad506e6 commit 4ee5cac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/technical/multi-pack-index.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ is not feasible due to storage space or excessive repack times.
1717
The multi-pack-index (MIDX for short) stores a list of objects
1818
and their offsets into multiple packfiles. It contains:
1919

20-
- A list of packfile names.
21-
- A sorted list of object IDs.
22-
- A list of metadata for the ith object ID including:
23-
- A value j referring to the jth packfile.
24-
- An offset within the jth packfile for the object.
25-
- If large offsets are required, we use another list of large
20+
* A list of packfile names.
21+
* A sorted list of object IDs.
22+
* A list of metadata for the ith object ID including:
23+
** A value j referring to the jth packfile.
24+
** An offset within the jth packfile for the object.
25+
* If large offsets are required, we use another list of large
2626
offsets similar to version 2 pack-indexes.
2727

2828
Thus, we can provide O(log N) lookup time for any number

0 commit comments

Comments
 (0)