summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-06-10 03:04:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-06-10 03:04:26 (GMT)
commit8e1d2fc0ccccf1e8bf2a32eaf4764b28d0d1e5f3 (patch)
tree9b5fc603c60ed2b42713ff2829c6e3cc0d80b301 /Documentation/technical
parent7f06d94e7292a555ac83ba2c26ea0b5973d94797 (diff)
parent3127ff90ea359c5be0d61c2885b3f0f74d602faf (diff)
downloadgit-8e1d2fc0ccccf1e8bf2a32eaf4764b28d0d1e5f3.zip
git-8e1d2fc0ccccf1e8bf2a32eaf4764b28d0d1e5f3.tar.gz
git-8e1d2fc0ccccf1e8bf2a32eaf4764b28d0d1e5f3.tar.bz2
Merge branch 'tl/fix-packfile-uri-doc'
Doc fix. * tl/fix-packfile-uri-doc: packfile-uri.txt: fix blobPackfileUri description
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/packfile-uri.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/Documentation/technical/packfile-uri.txt b/Documentation/technical/packfile-uri.txt
index f7eabc6..1eb525f 100644
--- a/Documentation/technical/packfile-uri.txt
+++ b/Documentation/technical/packfile-uri.txt
@@ -35,13 +35,14 @@ include some sort of non-trivial implementation in the Minimum Viable Product,
at least so that we can test the client.
This is the implementation: a feature, marked experimental, that allows the
-server to be configured by one or more `uploadpack.blobPackfileUri=<sha1>
-<uri>` entries. Whenever the list of objects to be sent is assembled, all such
-blobs are excluded, replaced with URIs. As noted in "Future work" below, the
-server can evolve in the future to support excluding other objects (or other
-implementations of servers could be made that support excluding other objects)
-without needing a protocol change, so clients should not expect that packfiles
-downloaded in this way only contain single blobs.
+server to be configured by one or more `uploadpack.blobPackfileUri=
+<object-hash> <pack-hash> <uri>` entries. Whenever the list of objects to be
+sent is assembled, all such blobs are excluded, replaced with URIs. As noted
+in "Future work" below, the server can evolve in the future to support
+excluding other objects (or other implementations of servers could be made
+that support excluding other objects) without needing a protocol change, so
+clients should not expect that packfiles downloaded in this way only contain
+single blobs.
Client design
-------------