diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-12-10 14:35:13 -0800 | 
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-12-10 14:35:13 -0800 | 
| commit | cdac0caddd21c9469ca09f9942cb0e9bc3649204 (patch) | |
| tree | 5e4acf152d3ccf5d91d55f74fa00650db83cc675 | |
| parent | 97991dfab7bea2f347bbea1ae7494afa72a50931 (diff) | |
| parent | 7d3fc7df7074b8cdf3416c562d046bfed2789df3 (diff) | |
Merge branch 'jt/midx-doc-fix'
Docfix.
* jt/midx-doc-fix:
  Doc: no midx and partial clone relation
| -rw-r--r-- | Documentation/technical/multi-pack-index.txt | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/Documentation/technical/multi-pack-index.txt b/Documentation/technical/multi-pack-index.txt index ba7e329019..b39c69da8c 100644 --- a/Documentation/technical/multi-pack-index.txt +++ b/Documentation/technical/multi-pack-index.txt @@ -87,11 +87,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 | 
