summaryrefslogtreecommitdiffstats
path: root/gitprotocol-http.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gitprotocol-http.txt')
-rw-r--r--gitprotocol-http.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/gitprotocol-http.txt b/gitprotocol-http.txt
index 836b3490c..ec40a550c 100644
--- a/gitprotocol-http.txt
+++ b/gitprotocol-http.txt
@@ -391,14 +391,14 @@ C: Start a queue, `c_pending`, ordered by commit time (popping newest
C: Send one `$GIT_URL/git-upload-pack` request:
- C: 0032want <want #1>...............................
- C: 0032want <want #2>...............................
+ C: 0032want <want-#1>...............................
+ C: 0032want <want-#2>...............................
....
- C: 0032have <common #1>.............................
- C: 0032have <common #2>.............................
+ C: 0032have <common-#1>.............................
+ C: 0032have <common-#2>.............................
....
- C: 0032have <have #1>...............................
- C: 0032have <have #2>...............................
+ C: 0032have <have-#1>...............................
+ C: 0032have <have-#2>...............................
....
C: 0000
@@ -512,7 +512,7 @@ Within the command portion of the request body clients SHOULD send
the id obtained through ref discovery as old_id.
update_request = command_list
- "PACK" <binary data>
+ "PACK" <binary-data>
command_list = PKT-LINE(command NUL cap_list LF)
*(command_pkt)