File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Git Transport
36
36
37
37
The Git transport starts off by sending the command and repository
38
38
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.
40
40
41
41
0032git-upload-pack /project.git\0host=myserver.com\0
42
42
@@ -331,7 +331,7 @@ An incremental update (fetch) response might look like this:
331
331
332
332
C: 0009done\n
333
333
334
- S: 003aACK 74730d410fcb6603ace96f1dc55ea6196122532d\n
334
+ S: 0031ACK 74730d410fcb6603ace96f1dc55ea6196122532d\n
335
335
S: [PACKFILE]
336
336
----
337
337
@@ -488,7 +488,7 @@ An example client/server communication might look like this:
488
488
C: 0000
489
489
C: [PACKDATA]
490
490
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
494
494
----
You can’t perform that action at this time.
0 commit comments