Browse Source

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>
maint
Shawn Pearce 11 years ago committed by Junio C Hamano
parent
commit
5d146f7a0f
  1. 2
      Documentation/technical/pack-protocol.txt

2
Documentation/technical/pack-protocol.txt

@ -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)

Loading…
Cancel
Save