diff options
author | Gavin Mak <gavinmak@google.com> | 2025-06-18 14:38:28 -0700 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2025-06-18 15:23:59 -0700 |
commit | 6b8e9fc8db47a29dbb288cb2109a78e2518e616a (patch) | |
tree | a079c23b8aa69352b97ea11277ab651d49e573b7 /man/repo-smartsync.1 | |
parent | 7b6ffed4ae3102b7c90592eeff8e28855cc25c11 (diff) | |
download | git-repo-6b8e9fc8db47a29dbb288cb2109a78e2518e616a.tar.gz |
sync: clarify job flags when using interleaved
--jobs-network and --jobs-checkout are ignored with --interleaved.
Bug: 421935613
Change-Id: Ib69413993c4f970b385bd09318972716e5ac3324
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/485021
Tested-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
Reviewed-by: Scott Lee <ddoman@google.com>
Diffstat (limited to 'man/repo-smartsync.1')
-rw-r--r-- | man/repo-smartsync.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/repo-smartsync.1 b/man/repo-smartsync.1 index 6e77f182..dd36df01 100644 --- a/man/repo-smartsync.1 +++ b/man/repo-smartsync.1 | |||
@@ -20,11 +20,12 @@ number of CPU cores) | |||
20 | .TP | 20 | .TP |
21 | \fB\-\-jobs\-network\fR=\fI\,JOBS\/\fR | 21 | \fB\-\-jobs\-network\fR=\fI\,JOBS\/\fR |
22 | number of network jobs to run in parallel (defaults to | 22 | number of network jobs to run in parallel (defaults to |
23 | \fB\-\-jobs\fR or 1) | 23 | \fB\-\-jobs\fR or 1). Ignored when \fB\-\-interleaved\fR is set |
24 | .TP | 24 | .TP |
25 | \fB\-\-jobs\-checkout\fR=\fI\,JOBS\/\fR | 25 | \fB\-\-jobs\-checkout\fR=\fI\,JOBS\/\fR |
26 | number of local checkout jobs to run in parallel | 26 | number of local checkout jobs to run in parallel |
27 | (defaults to \fB\-\-jobs\fR or 8) | 27 | (defaults to \fB\-\-jobs\fR or 8). Ignored when \fB\-\-interleaved\fR |
28 | is set | ||
28 | .TP | 29 | .TP |
29 | \fB\-f\fR, \fB\-\-force\-broken\fR | 30 | \fB\-f\fR, \fB\-\-force\-broken\fR |
30 | obsolete option (to be deleted in the future) | 31 | obsolete option (to be deleted in the future) |