summaryrefslogtreecommitdiffstats
path: root/technical/bundle-uri.html
diff options
context:
space:
mode:
Diffstat (limited to 'technical/bundle-uri.html')
-rw-r--r--technical/bundle-uri.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/technical/bundle-uri.html b/technical/bundle-uri.html
index 4c392bcf1..f22657a9b 100644
--- a/technical/bundle-uri.html
+++ b/technical/bundle-uri.html
@@ -741,8 +741,7 @@ asciidoc.install();
<div class="sectionbody">
<div class="paragraph"><p>Git bundles are files that store a pack-file along with some extra metadata,
including a set of refs and a (possibly empty) set of necessary commits. See
-<a href="../git-bundle.html">git-bundle(1)</a> and <a href="bundle-format.txt">the bundle format</a> for more
-information.</p></div>
+<a href="../git-bundle.html">git-bundle(1)</a> and <a href="../gitformat-bundle.html">gitformat-bundle(5)</a> for more information.</p></div>
<div class="paragraph"><p>Bundle URIs are locations where Git can download one or more bundles in
order to bootstrap the object database in advance of fetching the remaining
objects from a remote.</p></div>
@@ -1118,7 +1117,7 @@ bundle list (although we do <em>not</em> want to use parallel downloads here). W
expect that the process will end when all prerequisite commit OIDs in a
thin bundle are already in the object database.</p></div>
<div class="paragraph"><p>When using the <code>creationToken</code> heuristic, the client can avoid downloading
-any bundles if their creation tokenss are not larger than the stored
+any bundles if their creation tokens are not larger than the stored
creation token. After fetching new bundles, Git updates this local
creation token.</p></div>
<div class="paragraph"><p>If the bundle provider does not provide a heuristic, then the client
@@ -1154,7 +1153,7 @@ The client receives a 400-level response (such as <code>404 Not Found</code> or
</li>
<li>
<p>
-The server reports any other failure reponse.
+The server reports any other failure response.
</p>
</li>
<li>
@@ -1307,7 +1306,7 @@ is to have more frequent bundle creation. For example, bundles could be
created every hour, and then once a day those "hourly" bundles could be
merged into a "daily" bundle. The daily bundles are merged into the
oldest bundle after 30 days.</p></div>
-<div class="paragraph"><p>It is recommened that this bundle strategy is repeated with the <code>blob:none</code>
+<div class="paragraph"><p>It is recommended that this bundle strategy is repeated with the <code>blob:none</code>
filter if clients of this repository are expecting to use blobless partial
clones. This list of blobless bundles stays in the same list as the full
bundles, but uses the <code>bundle.&lt;id&gt;.filter</code> key to separate the two groups.
@@ -1464,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-08-18 14:11:07 PDT
+ 2022-09-21 15:44:34 PDT
</div>
</div>
</body>