File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Git Transport
3636
3737The Git transport starts off by sending the command and repository
3838on 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----
You can’t perform that action at this time.
0 commit comments