Signed-off-by: Teng Long <dyroneteng@xxxxxxxxx> --- Documentation/technical/multi-pack-index.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/technical/multi-pack-index.txt b/Documentation/technical/multi-pack-index.txt index fb688976c4..6b2b48f4ef 100644 --- a/Documentation/technical/multi-pack-index.txt +++ b/Documentation/technical/multi-pack-index.txt @@ -20,8 +20,8 @@ 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. + * 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. -- 2.33.1.dirty