]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/technical/multi-pack-index.txt
Merge branch 'tl/midx-docfix'
[thirdparty/git.git] / Documentation / technical / multi-pack-index.txt
index 86f40f24909a1ec485b1254b1fdde15a2d81c4cf..ba7e329019ef74351242a2c6a356a60f60989e40 100644 (file)
@@ -17,12 +17,12 @@ is not feasible due to storage space or excessive repack times.
 The multi-pack-index (MIDX for short) stores a list of objects
 and their offsets into multiple packfiles. It contains:
 
-- A list of packfile names.
-- A sorted list of object IDs.
-- A list of metadata for the ith object ID including:
-  - A value j referring to the jth packfile.
-  - An offset within the jth packfile for the object.
-- If large offsets are required, we use another list of large
+* A list of packfile names.
+* A sorted list of object IDs.
+* A list of metadata for the ith object ID including:
+** A value j referring to the jth packfile.
+** An offset within the jth packfile for the object.
+* If large offsets are required, we use another list of large
   offsets similar to version 2 pack-indexes.
 
 Thus, we can provide O(log N) lookup time for any number