From: Jonathan Tan Date: Mon, 22 Nov 2021 18:41:14 +0000 (-0800) Subject: Doc: no midx and partial clone relation X-Git-Tag: v2.35.0-rc0~100^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d3fc7df7074b8cdf3416c562d046bfed2789df3;p=thirdparty%2Fgit.git Doc: no midx and partial clone relation The multi-pack index treats promisor packfiles (that is, packfiles that have an accompanying .promisor file) the same as other packfiles. Remove a section in the documentation that seems to indicate otherwise. Signed-off-by: Jonathan Tan Signed-off-by: Junio C Hamano --- diff --git a/Documentation/technical/multi-pack-index.txt b/Documentation/technical/multi-pack-index.txt index fb688976c4..5d542fffaf 100644 --- a/Documentation/technical/multi-pack-index.txt +++ b/Documentation/technical/multi-pack-index.txt @@ -89,11 +89,6 @@ Future Work helpful to organize packfiles by object type (commit, tree, blob, etc.) and use this metadata to help that maintenance. -- The partial clone feature records special "promisor" packs that - may point to objects that are not stored locally, but available - on request to a server. The multi-pack-index does not currently - track these promisor packs. - Related Links ------------- [0] https://bugs.chromium.org/p/git/issues/detail?id=6