From 00575ecffe7188290a1a8dc9a4b283436a98d6d3 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 11 Mar 2023 19:10:31 +0100 Subject: [PATCH] doc: Remove mixed pack files from index example The example given for the format of an index shows a mixed pack file. Mixing tree and data blobs has been deprecated for a long time. Thus, change the pack to only contain "data" blobs. --- doc/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design.rst b/doc/design.rst index 3e25a0852..e541c64f7 100644 --- a/doc/design.rst +++ b/doc/design.rst @@ -276,7 +276,7 @@ of a JSON document like the following: }, { "id": "9ccb846e60d90d4eb915848add7aa7ea1e4bbabfc60e573db9f7bfb2789afbae", - "type": "tree", + "type": "data", "offset": 38, "length": 112, "uncompressed_length": 511,