summaryrefslogtreecommitdiffstats
path: root/technical
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-05-17 06:40:45 +0900
committerJunio C Hamano <gitster@pobox.com>2021-05-17 06:40:45 +0900
commit608b11da2f9110b9b1ce96eb56f84676567afec3 (patch)
tree0906054dc79cb4c281e6095e61af93dce616e322 /technical
parent766021adccd91e4e3bd819f1497156306f0e0687 (diff)
downloadgit-htmldocs-608b11da2f9110b9b1ce96eb56f84676567afec3.tar.gz
Autogenerated HTML docs for v2.32.0-rc0
Diffstat (limited to 'technical')
-rw-r--r--technical/api-index.html2
-rw-r--r--technical/protocol-v2.html11
-rw-r--r--technical/protocol-v2.txt8
3 files changed, 19 insertions, 2 deletions
diff --git a/technical/api-index.html b/technical/api-index.html
index 72f03a4fd..28a39c067 100644
--- a/technical/api-index.html
+++ b/technical/api-index.html
@@ -775,7 +775,7 @@ documents them.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2021-04-03 07:10:16 JST
+ 2021-05-17 06:38:10 JST
</div>
</div>
</body>
diff --git a/technical/protocol-v2.html b/technical/protocol-v2.html
index 8f64ac868..1fddbcd66 100644
--- a/technical/protocol-v2.html
+++ b/technical/protocol-v2.html
@@ -1155,6 +1155,15 @@ explained below.</p></div>
client should download from all given URIs. Currently, the
protocols supported are "http" and "https".</code></pre>
</div></div>
+<div class="paragraph"><p>If the <em>wait-for-done</em> feature is advertised, the following argument
+can be included in the client&#8217;s request.</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><code>wait-for-done
+ Indicates to the server that it should never send "ready", but
+ should wait for the client to say "done" before sending the
+ packfile.</code></pre>
+</div></div>
<div class="paragraph"><p>The response of <code>fetch</code> is broken into a number of sections separated by
delimiter packets (0001), with each section beginning with its section
header. Most sections are sent only when the packfile is sent.</p></div>
@@ -1454,7 +1463,7 @@ and associated requested information, each separated by a single space.</p></div
<div id="footer">
<div id="footer-text">
Last updated
- 2021-05-14 08:55:43 JST
+ 2021-05-17 06:37:54 JST
</div>
</div>
</body>
diff --git a/technical/protocol-v2.txt b/technical/protocol-v2.txt
index f4ed14177..a1e31367f 100644
--- a/technical/protocol-v2.txt
+++ b/technical/protocol-v2.txt
@@ -346,6 +346,14 @@ explained below.
client should download from all given URIs. Currently, the
protocols supported are "http" and "https".
+If the 'wait-for-done' feature is advertised, the following argument
+can be included in the client's request.
+
+ wait-for-done
+ Indicates to the server that it should never send "ready", but
+ should wait for the client to say "done" before sending the
+ packfile.
+
The response of `fetch` is broken into a number of sections separated by
delimiter packets (0001), with each section beginning with its section
header. Most sections are sent only when the packfile is sent.