diff --git a/man/repo-smartsync.1 b/man/repo-smartsync.1 index dd36df016..5ea063e6b 100644 --- a/man/repo-smartsync.1 +++ b/man/repo-smartsync.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "June 2025" "repo smartsync" "Repo Manual" +.TH REPO "1" "August 2025" "repo smartsync" "Repo Manual" .SH NAME repo \- repo smartsync - manual page for repo smartsync .SH SYNOPSIS @@ -20,12 +20,11 @@ number of CPU cores) .TP \fB\-\-jobs\-network\fR=\fI\,JOBS\/\fR number of network jobs to run in parallel (defaults to -\fB\-\-jobs\fR or 1). Ignored when \fB\-\-interleaved\fR is set +\fB\-\-jobs\fR or 1). Ignored unless \fB\-\-no\-interleaved\fR is set .TP \fB\-\-jobs\-checkout\fR=\fI\,JOBS\/\fR number of local checkout jobs to run in parallel -(defaults to \fB\-\-jobs\fR or 8). Ignored when \fB\-\-interleaved\fR -is set +(defaults to \fB\-\-jobs\fR or 8). Ignored unless \fB\-\-nointerleaved\fR is set .TP \fB\-f\fR, \fB\-\-force\-broken\fR obsolete option (to be deleted in the future) @@ -60,7 +59,10 @@ use the existing manifest checkout as\-is. (do not update to the latest revision) .TP \fB\-\-interleaved\fR -fetch and checkout projects in parallel (experimental) +fetch and checkout projects in parallel (default) +.TP +\fB\-\-no\-interleaved\fR +fetch and checkout projects in phases .TP \fB\-n\fR, \fB\-\-network\-only\fR fetch only, don't update working tree @@ -149,6 +151,16 @@ operate on this manifest and its submanifests .TP \fB\-\-no\-repo\-verify\fR do not verify repo source code +.SS post\-sync hooks: +.TP +\fB\-\-no\-verify\fR +Do not run the post\-sync hook. +.TP +\fB\-\-verify\fR +Run the post\-sync hook without prompting. +.TP +\fB\-\-ignore\-hooks\fR +Do not abort if post\-sync hooks fail. .PP Run `repo help smartsync` to view the detailed manual. .SH DETAILS diff --git a/man/repo-sync.1 b/man/repo-sync.1 index 6e9dd8ad8..8f145a09e 100644 --- a/man/repo-sync.1 +++ b/man/repo-sync.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "June 2025" "repo sync" "Repo Manual" +.TH REPO "1" "August 2025" "repo sync" "Repo Manual" .SH NAME repo \- repo sync - manual page for repo sync .SH SYNOPSIS @@ -20,12 +20,11 @@ number of CPU cores) .TP \fB\-\-jobs\-network\fR=\fI\,JOBS\/\fR number of network jobs to run in parallel (defaults to -\fB\-\-jobs\fR or 1). Ignored when \fB\-\-interleaved\fR is set +\fB\-\-jobs\fR or 1). Ignored unless \fB\-\-no\-interleaved\fR is set .TP \fB\-\-jobs\-checkout\fR=\fI\,JOBS\/\fR number of local checkout jobs to run in parallel -(defaults to \fB\-\-jobs\fR or 8). Ignored when \fB\-\-interleaved\fR -is set +(defaults to \fB\-\-jobs\fR or 8). Ignored unless \fB\-\-nointerleaved\fR is set .TP \fB\-f\fR, \fB\-\-force\-broken\fR obsolete option (to be deleted in the future) @@ -60,7 +59,10 @@ use the existing manifest checkout as\-is. (do not update to the latest revision) .TP \fB\-\-interleaved\fR -fetch and checkout projects in parallel (experimental) +fetch and checkout projects in parallel (default) +.TP +\fB\-\-no\-interleaved\fR +fetch and checkout projects in phases .TP \fB\-n\fR, \fB\-\-network\-only\fR fetch only, don't update working tree @@ -156,6 +158,16 @@ operate on this manifest and its submanifests .TP \fB\-\-no\-repo\-verify\fR do not verify repo source code +.SS post\-sync hooks: +.TP +\fB\-\-no\-verify\fR +Do not run the post\-sync hook. +.TP +\fB\-\-verify\fR +Run the post\-sync hook without prompting. +.TP +\fB\-\-ignore\-hooks\fR +Do not abort if post\-sync hooks fail. .PP Run `repo help sync` to view the detailed manual. .SH DETAILS