Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-10-26 03:11:37 +0300
committerJunio C Hamano <gitster@pobox.com>2022-10-26 03:11:37 +0300
commitff8d1ec5b82804bc9281cdc04944c47c19bcbd8c (patch)
treec0ababe04f5e84c295ee3806404f80519e379e35 /Documentation
parent71220d8e5477454c1cd9723c1fd1557f25d94032 (diff)
parent7190b7ebf9c535a8248b5201a0e03bdb1107fcc4 (diff)
Merge branch 'ds/bundle-uri-docfix' into maint-2.38
Doc formatting fix. * ds/bundle-uri-docfix: bundle-uri: fix technical doc issues
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/bundle-uri.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/technical/bundle-uri.txt b/Documentation/technical/bundle-uri.txt
index 18f2dedd40..b78d01d9ad 100644
--- a/Documentation/technical/bundle-uri.txt
+++ b/Documentation/technical/bundle-uri.txt
@@ -153,8 +153,8 @@ bundle.<id>.filter::
bundle.<id>.creationToken::
This value is a nonnegative 64-bit integer used for sorting the bundles
- the list. This is used to download a subset of bundles during a fetch
- when `bundle.heuristic=creationToken`.
+ list. This is used to download a subset of bundles during a fetch when
+ `bundle.heuristic=creationToken`.
bundle.<id>.location::
This string value advertises a real-world location from where the bundle
@@ -234,8 +234,8 @@ will interact with bundle URIs according to the following flow:
making those OIDs present. When all required OIDs are present, the
client unbundles that data using a refspec. The default refspec is
`+refs/heads/*:refs/bundles/*`, but this can be configured. These refs
- are stored so that later `git fetch` negotiations can communicate the
- bundled refs as `have`s, reducing the size of the fetch over the Git
+ are stored so that later `git fetch` negotiations can communicate each
+ bundled ref as a `have`, reducing the size of the fetch over the Git
protocol. To allow pruning refs from this ref namespace, Git may
introduce a numbered namespace (such as `refs/bundles/<i>/*`) such that
stale bundle refs can be deleted.