Skip to content

Commit

Permalink
Document LF appearing in shallow command during send-pack/receive-pack
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn Pearce authored and Junio C Hamano committed Aug 28, 2014
1 parent d31f3ad commit 5d146f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/technical/pack-protocol.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5d146f7

Please sign in to comment.