summaryrefslogtreecommitdiffstats
path: root/technical
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-02-22 15:31:59 -0800
committerJunio C Hamano <gitster@pobox.com>2023-02-22 15:31:59 -0800
commit3583c5c3e0e0265a7a2e48b2be5e756b53c42dca (patch)
treef3977c9d683e9e2a5f0cb2b82e0d467c61572a8d /technical
parent179b64fec440c912e5e180bd4caf902800516f21 (diff)
downloadgit-htmldocs-3583c5c3e0e0265a7a2e48b2be5e756b53c42dca.tar.gz
Autogenerated HTML docs for v2.39.2-542-g06dd2
Diffstat (limited to 'technical')
-rw-r--r--technical/bundle-uri.html10
-rw-r--r--technical/bundle-uri.txt8
2 files changed, 9 insertions, 9 deletions
diff --git a/technical/bundle-uri.html b/technical/bundle-uri.html
index 10ee76499..98054b12c 100644
--- a/technical/bundle-uri.html
+++ b/technical/bundle-uri.html
@@ -1351,17 +1351,17 @@ Create the <code>bundle-uri</code> protocol v2 command so Git servers can advert
</li>
<li>
<p>
-Allow the client to understand the <code>bundle.flag=forFetch</code> configuration
+Allow the client to understand the <code>bundle.heuristic</code> configuration key
and the <code>bundle.&lt;id&gt;.creationToken</code> heuristic. When <code>git clone</code>
- discovers a bundle URI with <code>bundle.flag=forFetch</code>, it configures the
- client repository to check that bundle URI during later <code>git fetch &lt;remote&gt;</code>
+ discovers a bundle URI with <code>bundle.heuristic</code>, it configures the client
+ repository to check that bundle URI during later <code>git fetch &lt;remote&gt;</code>
commands.
</p>
</li>
<li>
<p>
Allow clients to discover bundle URIs during <code>git fetch</code> and configure
- a bundle URI for later fetches if <code>bundle.flag=forFetch</code>.
+ a bundle URI for later fetches if <code>bundle.heuristic</code> is set.
</p>
</li>
<li>
@@ -1463,7 +1463,7 @@ would cause these on-demand downloads to be too aggressive.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-10-11 11:07:16 PDT
+ 2023-02-22 15:29:29 PST
</div>
</div>
</body>
diff --git a/technical/bundle-uri.txt b/technical/bundle-uri.txt
index b78d01d9a..91d3a13e3 100644
--- a/technical/bundle-uri.txt
+++ b/technical/bundle-uri.txt
@@ -479,14 +479,14 @@ outline for submitting these features:
(This choice is an opt-in via a config option and a command-line
option.)
-4. Allow the client to understand the `bundle.flag=forFetch` configuration
+4. Allow the client to understand the `bundle.heuristic` configuration key
and the `bundle.<id>.creationToken` heuristic. When `git clone`
- discovers a bundle URI with `bundle.flag=forFetch`, it configures the
- client repository to check that bundle URI during later `git fetch <remote>`
+ discovers a bundle URI with `bundle.heuristic`, it configures the client
+ repository to check that bundle URI during later `git fetch <remote>`
commands.
5. Allow clients to discover bundle URIs during `git fetch` and configure
- a bundle URI for later fetches if `bundle.flag=forFetch`.
+ a bundle URI for later fetches if `bundle.heuristic` is set.
6. Implement the "inspect headers" heuristic to reduce data downloads when
the `bundle.<id>.creationToken` heuristic is not available.