summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-07-08 13:14:56 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-07-08 13:14:56 -0700
commit40098093c6386db465174ef93b997b7e7ad3f18a (patch)
tree4414fa32b804405984135376be579c1abb59900d /Documentation
parentThe second batch (diff)
parentRemove warning that repack only works on non-promisor packfiles (diff)
downloadtgif-40098093c6386db465174ef93b997b7e7ad3f18a.tar.xz
Merge branch 'tk/partial-clone-repack-doc'
Docfix. * tk/partial-clone-repack-doc: Remove warning that repack only works on non-promisor packfiles
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/partial-clone.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/Documentation/technical/partial-clone.txt b/Documentation/technical/partial-clone.txt
index 0780d30cac..a0dd7c66f2 100644
--- a/Documentation/technical/partial-clone.txt
+++ b/Documentation/technical/partial-clone.txt
@@ -242,8 +242,7 @@ remote in a specific order.
repository and can satisfy all such requests.
- Repack essentially treats promisor and non-promisor packfiles as 2
- distinct partitions and does not mix them. Repack currently only works
- on non-promisor packfiles and loose objects.
+ distinct partitions and does not mix them.
- Dynamic object fetching invokes fetch-pack once *for each item*
because most algorithms stumble upon a missing object and need to have
@@ -273,9 +272,6 @@ to use those promisor remotes in that order."
The user might want to work in a triangular work flow with multiple
promisor remotes that each have an incomplete view of the repository.
-- Allow repack to work on promisor packfiles (while keeping them distinct
- from non-promisor packfiles).
-
- Allow non-pathname-based filters to make use of packfile bitmaps (when
present). This was just an omission during the initial implementation.