зеркало из https://github.com/microsoft/git.git
packfile-uri.txt: fix blobPackfileUri description
Fix the 'uploadpack.blobPackfileUri' description in packfile-uri.txt and the correct format also can be seen in t5702. Signed-off-by: Teng Long <dyroneteng@gmail.com> Reviewed-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
48bf2fa8ba
Коммит
3127ff90ea
|
@ -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.
|
at least so that we can test the client.
|
||||||
|
|
||||||
This is the implementation: a feature, marked experimental, that allows the
|
This is the implementation: a feature, marked experimental, that allows the
|
||||||
server to be configured by one or more `uploadpack.blobPackfileUri=<sha1>
|
server to be configured by one or more `uploadpack.blobPackfileUri=
|
||||||
<uri>` entries. Whenever the list of objects to be sent is assembled, all such
|
<object-hash> <pack-hash> <uri>` entries. Whenever the list of objects to be
|
||||||
blobs are excluded, replaced with URIs. As noted in "Future work" below, the
|
sent is assembled, all such blobs are excluded, replaced with URIs. As noted
|
||||||
server can evolve in the future to support excluding other objects (or other
|
in "Future work" below, the server can evolve in the future to support
|
||||||
implementations of servers could be made that support excluding other objects)
|
excluding other objects (or other implementations of servers could be made
|
||||||
without needing a protocol change, so clients should not expect that packfiles
|
that support excluding other objects) without needing a protocol change, so
|
||||||
downloaded in this way only contain single blobs.
|
clients should not expect that packfiles downloaded in this way only contain
|
||||||
|
single blobs.
|
||||||
|
|
||||||
Client design
|
Client design
|
||||||
-------------
|
-------------
|
||||||
|
|
Загрузка…
Ссылка в новой задаче