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.
3737This is the implementation: a feature, marked experimental, that allows the
3838server to be configured by one or more `uploadpack.blobPackfileUri=<sha1>
3939<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.
4245
4346Client design
4447-------------
You can’t perform that action at this time.
0 commit comments