From 94c3d3f0976cfb55108d0e2c4859ae2d8d5a169a Mon Sep 17 00:00:00 2001 From: Daniel Oliveira Date: Tue, 9 Jul 2024 00:18:09 +0100 Subject: [PATCH] doc: Update index explanation to match the example In commit 00575ec the example was changed to three data blobs due to the deprecation of mixed pack files but the following description was not updated to reflect this. --- doc/design.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/design.rst b/doc/design.rst index b80029d10..7fb8b71b2 100644 --- a/doc/design.rst +++ b/doc/design.rst @@ -296,8 +296,8 @@ of a JSON document like the following: } This JSON document lists Packs and the blobs contained therein. In this -example, the Pack ``73d04e61`` contains two data Blobs and one Tree -blob, the plaintext hashes are listed afterwards. The ``length`` field +example, the Pack ``73d04e61`` contains three data Blobs, +the plaintext hashes are listed afterwards. The ``length`` field corresponds to ``Length(encrypted_blob)`` in the pack file header. Field ``uncompressed_length`` is only present for compressed blobs and therefore is never present in version 1 of the repository format. It is