summaryrefslogtreecommitdiffstats
path: root/gitprotocol-http.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-08 15:48:36 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-08 15:48:36 -0800
commit6546a509a43eda541b7749ee45837d7a74ba7339 (patch)
treea4753bbbeb6fa8a064cbcf570aadb5d4354a1ceb /gitprotocol-http.html
parentc2015e3db30c76ee24b99a14d244f62f1467f581 (diff)
downloadgit-htmldocs-6546a509a43eda541b7749ee45837d7a74ba7339.tar.gz
Autogenerated HTML docs for v2.43.0-581-g5216f
Diffstat (limited to 'gitprotocol-http.html')
-rw-r--r--gitprotocol-http.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/gitprotocol-http.html b/gitprotocol-http.html
index 90e7dac1d..f02bc7792 100644
--- a/gitprotocol-http.html
+++ b/gitprotocol-http.html
@@ -1119,14 +1119,14 @@ cap_list = capability *(SP capability)</code></pre>
<div class="paragraph"><p>C: Send one <code>$GIT_URL/git-upload-pack</code> request:</p></div>
<div class="literalblock">
<div class="content">
-<pre><code>C: 0032want &lt;want #1&gt;...............................
-C: 0032want &lt;want #2&gt;...............................
+<pre><code>C: 0032want &lt;want-#1&gt;...............................
+C: 0032want &lt;want-#2&gt;...............................
....
-C: 0032have &lt;common #1&gt;.............................
-C: 0032have &lt;common #2&gt;.............................
+C: 0032have &lt;common-#1&gt;.............................
+C: 0032have &lt;common-#2&gt;.............................
....
-C: 0032have &lt;have #1&gt;...............................
-C: 0032have &lt;have #2&gt;...............................
+C: 0032have &lt;have-#1&gt;...............................
+C: 0032have &lt;have-#2&gt;...............................
....
C: 0000</code></pre>
</div></div>
@@ -1235,7 +1235,7 @@ the id obtained through ref discovery as old_id.</p></div>
<div class="literalblock">
<div class="content">
<pre><code>update_request = command_list
- "PACK" &lt;binary data&gt;</code></pre>
+ "PACK" &lt;binary-data&gt;</code></pre>
</div></div>
<div class="literalblock">
<div class="content">
@@ -1279,7 +1279,7 @@ update = old_id SP new_id SP name</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-12-18 14:49:41 PST
+ 2024-02-08 15:45:59 PST
</div>
</div>
</body>