Skip to content

Commit

Permalink
pack-protocol doc: typofix for PKT-LINE
Browse files Browse the repository at this point in the history
Everywhere else we use PKT-LINE to denote the pkt-line formatted
data, but "shallow/deepen" messages are described with PKT_LINE().

Fix them.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Sep 15, 2014
1 parent d7c6766 commit e543b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/technical/pack-protocol.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ out of what the server said it could do with the first 'want' line.
want-list = first-want
*additional-want

shallow-line = PKT_LINE("shallow" SP obj-id)
shallow-line = PKT-LINE("shallow" SP obj-id)

depth-request = PKT_LINE("deepen" SP depth)
depth-request = PKT-LINE("deepen" SP depth)

first-want = PKT-LINE("want" SP obj-id SP capability-list LF)
additional-want = PKT-LINE("want" SP obj-id LF)
Expand Down

0 comments on commit e543b3f

Please sign in to comment.