diff options
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/git-backfill.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Documentation/git-backfill.txt b/Documentation/git-backfill.txt index 56cbb9ffd8..136a1f1d29 100644 --- a/Documentation/git-backfill.txt +++ b/Documentation/git-backfill.txt @@ -9,7 +9,7 @@ git-backfill - Download missing objects in a partial clone SYNOPSIS -------- [synopsis] -git backfill [<options>] +git backfill [--min-batch-size=<n>] DESCRIPTION ----------- @@ -47,6 +47,16 @@ commit. This set can be restricted or expanded using various options. THIS COMMAND IS EXPERIMENTAL. ITS BEHAVIOR MAY CHANGE IN THE FUTURE. + +OPTIONS +------- + +`--min-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. The default minimum batch size is + 50,000. + SEE ALSO -------- linkgit:git-clone[1]. |
