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:

committed by
Junio C Hamano

parent
d31f3ad23d
commit
5d146f7a0f
@ -467,7 +467,7 @@ references.
|
|||||||
----
|
----
|
||||||
update-request = *shallow command-list [pack-file]
|
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)
|
command-list = PKT-LINE(command NUL capability-list LF)
|
||||||
*PKT-LINE(command LF)
|
*PKT-LINE(command LF)
|
||||||
|
Reference in New Issue
Block a user