From: Shawn Pearce Date: Wed, 27 Aug 2014 20:46:56 +0000 (-0700) Subject: Document LF appearing in shallow command during send-pack/receive-pack X-Git-Tag: v2.1.1~6^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5d146f7a0f43c9e5e3f5b5508e482c6390cc25d2 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt index 18dea8d15f..569c48a352 100644 --- a/Documentation/technical/pack-protocol.txt +++ b/Documentation/technical/pack-protocol.txt @@ -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)