File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ bundle.<id>.filter::
153
153
154
154
bundle.<id>.creationToken::
155
155
This value is a nonnegative 64-bit integer used for sorting the bundles
156
- the list. This is used to download a subset of bundles during a fetch
157
- when `bundle.heuristic=creationToken`.
156
+ list. This is used to download a subset of bundles during a fetch when
157
+ `bundle.heuristic=creationToken`.
158
158
159
159
bundle.<id>.location::
160
160
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:
234
234
making those OIDs present. When all required OIDs are present, the
235
235
client unbundles that data using a refspec. The default refspec is
236
236
`+refs/heads/*:refs/bundles/*`, but this can be configured. These refs
237
- are stored so that later `git fetch` negotiations can communicate the
238
- bundled refs as `have`s , reducing the size of the fetch over the Git
237
+ are stored so that later `git fetch` negotiations can communicate each
238
+ bundled ref as a `have`, reducing the size of the fetch over the Git
239
239
protocol. To allow pruning refs from this ref namespace, Git may
240
240
introduce a numbered namespace (such as `refs/bundles/<i>/*`) such that
241
241
stale bundle refs can be deleted.
You can’t perform that action at this time.
0 commit comments