Document LF appearing in shallow command during send-pack/receive-pack
authorShawn Pearce <spearce@spearce.org>
Wed, 27 Aug 2014 20:46:56 +0000 (13:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Aug 2014 22:13:55 +0000 (15:13 -0700)
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>
Documentation/technical/pack-protocol.txt
index 18dea8d15fa159b719a38588a0a346e58120ac61..569c48a352b76ab3fc0d31f21f0f1a1bd654f41d 100644 (file)
@@ -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)