Skip to content

Commit 11766ca

Browse files
committed
Merge branch 'maint'
* maint: pack-protocol.txt: fix pkt-line lengths pack-protocol.txt: fix spelling
2 parents 9234b00 + c8a9790 commit 11766ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/technical/pack-protocol.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Git Transport
3636

3737
The Git transport starts off by sending the command and repository
3838
on the wire using the pkt-line format, followed by a NUL byte and a
39-
hostname paramater, terminated by a NUL byte.
39+
hostname parameter, terminated by a NUL byte.
4040

4141
0032git-upload-pack /project.git\0host=myserver.com\0
4242

@@ -331,7 +331,7 @@ An incremental update (fetch) response might look like this:
331331

332332
C: 0009done\n
333333

334-
S: 003aACK 74730d410fcb6603ace96f1dc55ea6196122532d\n
334+
S: 0031ACK 74730d410fcb6603ace96f1dc55ea6196122532d\n
335335
S: [PACKFILE]
336336
----
337337

@@ -488,7 +488,7 @@ An example client/server communication might look like this:
488488
C: 0000
489489
C: [PACKDATA]
490490

491-
S: 000aunpack ok\n
492-
S: 0014ok refs/heads/debug\n
493-
S: 0026ng refs/heads/master non-fast-forward\n
491+
S: 000eunpack ok\n
492+
S: 0018ok refs/heads/debug\n
493+
S: 002ang refs/heads/master non-fast-forward\n
494494
----

0 commit comments

Comments
 (0)