File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,11 @@ at least so that we can test the client.
37
37
This is the implementation: a feature, marked experimental, that allows the
38
38
server to be configured by one or more `uploadpack.blobPackfileUri=<sha1>
39
39
<uri>` entries. Whenever the list of objects to be sent is assembled, all such
40
- blobs are excluded, replaced with URIs. The client will download those URIs,
41
- expecting them to each point to packfiles containing single blobs.
40
+ blobs are excluded, replaced with URIs. As noted in "Future work" below, the
41
+ server can evolve in the future to support excluding other objects (or other
42
+ implementations of servers could be made that support excluding other objects)
43
+ without needing a protocol change, so clients should not expect that packfiles
44
+ downloaded in this way only contain single blobs.
42
45
43
46
Client design
44
47
-------------
You can’t perform that action at this time.
0 commit comments