зеркало из https://github.com/microsoft/git.git
Document LF appearing in shallow command during send-pack/receive-pack
The implementation sends an LF, but the protocol documentation was missing this detail. Signed-off-by: Shawn Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
d31f3ad23d
Коммит
5d146f7a0f
|
@ -467,7 +467,7 @@ references.
|
|||
----
|
||||
update-request = *shallow command-list [pack-file]
|
||||
|
||||
shallow = PKT-LINE("shallow" SP obj-id)
|
||||
shallow = PKT-LINE("shallow" SP obj-id LF)
|
||||
|
||||
command-list = PKT-LINE(command NUL capability-list LF)
|
||||
*PKT-LINE(command LF)
|
||||
|
|
Загрузка…
Ссылка в новой задаче