Re: [PATCH 3/5] backfill: add --batch-size=<n> option
From: Jean-Noël AVILA <hidden>
Date: 2025-01-19 17:58:09
From: Jean-Noël AVILA <hidden>
Date: 2025-01-19 17:58:09
On Friday, 6 December 2024 21:07:16 UTC+1 Derrick Stolee via GitGitGadget wrote:
From: Derrick Stolee <redacted>
@@ -38,6 +38,14 @@ delta compression in the packfile sent by the server. By default, `git backfill` downloads all blobs reachable from the `HEAD` commit. This set can be restricted or expanded using various options. +OPTIONS +------- + +--batch-size=<n>::
Please format automatically using backticks: `--batch-size=<n>`::
+ Specify a minimum size for a batch of missing objects to request + from the server. This size may be exceeded by the last set of + blobs seen at a given path. Default batch size is 16,000. + SEE ALSO -------- linkgit:git-clone[1].