Skip to content

Commit 7d3fc7d

Browse files
jonathantanmygitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5fbd2fc commit 7d3fc7d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Documentation/technical/multi-pack-index.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@ Future Work
8989
helpful to organize packfiles by object type (commit, tree, blob,
9090
etc.) and use this metadata to help that maintenance.
9191

92-
- The partial clone feature records special "promisor" packs that
93-
may point to objects that are not stored locally, but available
94-
on request to a server. The multi-pack-index does not currently
95-
track these promisor packs.
96-
9792
Related Links
9893
-------------
9994
[0] https://bugs.chromium.org/p/git/issues/detail?id=6

0 commit comments

Comments
 (0)