Skip to content

Commit e543b3f

Browse files
committed
pack-protocol doc: typofix for PKT-LINE
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 <[email protected]>
1 parent d7c6766 commit e543b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/technical/pack-protocol.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ out of what the server said it could do with the first 'want' line.
212212
want-list = first-want
213213
*additional-want
214214

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

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

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

0 commit comments

Comments
 (0)