From d47d9ff1cbb33da4b3e37bc524c58feef6866b7a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 10 Jul 2022 05:15:19 -0400 Subject: [PATCH] man: regenerate Change-Id: I3ca8ca8f502605b194ebe65b315eda08c51592a6 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/340494 Reviewed-by: LaMont Jones Tested-by: Mike Frysinger --- man/repo-abandon.1 | 15 ++++++- man/repo-branches.1 | 15 ++++++- man/repo-checkout.1 | 15 ++++++- man/repo-cherry-pick.1 | 15 ++++++- man/repo-diff.1 | 15 ++++++- man/repo-diffmanifests.1 | 15 ++++++- man/repo-download.1 | 15 ++++++- man/repo-forall.1 | 20 ++++++++- man/repo-gitc-delete.1 | 15 ++++++- man/repo-gitc-init.1 | 21 ++++++++- man/repo-grep.1 | 15 ++++++- man/repo-help.1 | 15 ++++++- man/repo-info.1 | 15 ++++++- man/repo-init.1 | 21 ++++++++- man/repo-list.1 | 15 ++++++- man/repo-manifest.1 | 92 ++++++++++++++++++++++++++++++++++++++-- man/repo-overview.1 | 15 ++++++- man/repo-prune.1 | 15 ++++++- man/repo-rebase.1 | 15 ++++++- man/repo-selfupdate.1 | 15 ++++++- man/repo-smartsync.1 | 15 ++++++- man/repo-stage.1 | 15 ++++++- man/repo-start.1 | 15 ++++++- man/repo-status.1 | 15 ++++++- man/repo-sync.1 | 15 ++++++- man/repo-upload.1 | 15 ++++++- man/repo-version.1 | 15 ++++++- man/repo.1 | 5 ++- 28 files changed, 473 insertions(+), 31 deletions(-) diff --git a/man/repo-abandon.1 b/man/repo-abandon.1 index b3c0422f..4e1b6b3d 100644 --- a/man/repo-abandon.1 +++ b/man/repo-abandon.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo abandon" "Repo Manual" +.TH REPO "1" "July 2022" "repo abandon" "Repo Manual" .SH NAME repo \- repo abandon - manual page for repo abandon .SH SYNOPSIS @@ -32,5 +32,18 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help abandon` to view the detailed manual. diff --git a/man/repo-branches.1 b/man/repo-branches.1 index 7fe0b02d..5e9892d4 100644 --- a/man/repo-branches.1 +++ b/man/repo-branches.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo branches" "Repo Manual" +.TH REPO "1" "July 2022" "repo branches" "Repo Manual" .SH NAME repo \- repo branches - manual page for repo branches .SH SYNOPSIS @@ -55,5 +55,18 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help branches` to view the detailed manual. diff --git a/man/repo-checkout.1 b/man/repo-checkout.1 index 6dd3e6ca..f79b83c6 100644 --- a/man/repo-checkout.1 +++ b/man/repo-checkout.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo checkout" "Repo Manual" +.TH REPO "1" "July 2022" "repo checkout" "Repo Manual" .SH NAME repo \- repo checkout - manual page for repo checkout .SH SYNOPSIS @@ -24,6 +24,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help checkout` to view the detailed manual. .SH DETAILS diff --git a/man/repo-cherry-pick.1 b/man/repo-cherry-pick.1 index e7716c55..b109cbfa 100644 --- a/man/repo-cherry-pick.1 +++ b/man/repo-cherry-pick.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo cherry-pick" "Repo Manual" +.TH REPO "1" "July 2022" "repo cherry-pick" "Repo Manual" .SH NAME repo \- repo cherry-pick - manual page for repo cherry-pick .SH SYNOPSIS @@ -20,6 +20,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help cherry\-pick` to view the detailed manual. .SH DETAILS diff --git a/man/repo-diff.1 b/man/repo-diff.1 index 890f8d22..94d19c31 100644 --- a/man/repo-diff.1 +++ b/man/repo-diff.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo diff" "Repo Manual" +.TH REPO "1" "July 2022" "repo diff" "Repo Manual" .SH NAME repo \- repo diff - manual page for repo diff .SH SYNOPSIS @@ -31,5 +31,18 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help diff` to view the detailed manual. diff --git a/man/repo-diffmanifests.1 b/man/repo-diffmanifests.1 index add50f17..92c77df6 100644 --- a/man/repo-diffmanifests.1 +++ b/man/repo-diffmanifests.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo diffmanifests" "Repo Manual" +.TH REPO "1" "July 2022" "repo diffmanifests" "Repo Manual" .SH NAME repo \- repo diffmanifests - manual page for repo diffmanifests .SH SYNOPSIS @@ -29,6 +29,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help diffmanifests` to view the detailed manual. .SH DETAILS diff --git a/man/repo-download.1 b/man/repo-download.1 index cf7f767d..ada4fd38 100644 --- a/man/repo-download.1 +++ b/man/repo-download.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo download" "Repo Manual" +.TH REPO "1" "July 2022" "repo download" "Repo Manual" .SH NAME repo \- repo download - manual page for repo download .SH SYNOPSIS @@ -35,6 +35,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help download` to view the detailed manual. .SH DETAILS diff --git a/man/repo-forall.1 b/man/repo-forall.1 index eb2ad57b..f14912f9 100644 --- a/man/repo-forall.1 +++ b/man/repo-forall.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo forall" "Repo Manual" +.TH REPO "1" "July 2022" "repo forall" "Repo Manual" .SH NAME repo \- repo forall - manual page for repo forall .SH SYNOPSIS @@ -54,6 +54,19 @@ only show errors .TP \fB\-p\fR show project headers before output +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help forall` to view the detailed manual. .SH DETAILS @@ -93,6 +106,11 @@ REPO_PROJECT is set to the unique name of the project. .PP REPO_PATH is the path relative the the root of the client. .PP +REPO_OUTERPATH is the path of the sub manifest's root relative to the root of +the client. +.PP +REPO_INNERPATH is the path relative to the root of the sub manifest. +.PP REPO_REMOTE is the name of the remote system from the manifest. .PP REPO_LREV is the name of the revision from the manifest, translated to a local diff --git a/man/repo-gitc-delete.1 b/man/repo-gitc-delete.1 index c84c6e45..6158bd3b 100644 --- a/man/repo-gitc-delete.1 +++ b/man/repo-gitc-delete.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo gitc-delete" "Repo Manual" +.TH REPO "1" "July 2022" "repo gitc-delete" "Repo Manual" .SH NAME repo \- repo gitc-delete - manual page for repo gitc-delete .SH SYNOPSIS @@ -23,6 +23,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help gitc\-delete` to view the detailed manual. .SH DETAILS diff --git a/man/repo-gitc-init.1 b/man/repo-gitc-init.1 index 63be877f..2858e735 100644 --- a/man/repo-gitc-init.1 +++ b/man/repo-gitc-init.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "November 2021" "repo gitc-init" "Repo Manual" +.TH REPO "1" "July 2022" "repo gitc-init" "Repo Manual" .SH NAME repo \- repo gitc-init - manual page for repo gitc-init .SH SYNOPSIS @@ -109,6 +109,12 @@ not \fB\-\-partial\-clone\fR) \fB\-\-no\-clone\-bundle\fR disable use of \fI\,/clone.bundle\/\fP on HTTP/HTTPS (default if \fB\-\-partial\-clone\fR) +.TP +\fB\-\-git\-lfs\fR +enable Git LFS support +.TP +\fB\-\-no\-git\-lfs\fR +disable Git LFS support .SS repo Version options: .TP \fB\-\-repo\-url\fR=\fI\,URL\/\fR @@ -130,6 +136,19 @@ Optional manifest file to use for this GITC client. .TP \fB\-c\fR GITC_CLIENT, \fB\-\-gitc\-client\fR=\fI\,GITC_CLIENT\/\fR Name of the gitc_client instance to create or modify. +.SS Multi\-manifest: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help gitc\-init` to view the detailed manual. .SH DETAILS diff --git a/man/repo-grep.1 b/man/repo-grep.1 index be410588..29ef4071 100644 --- a/man/repo-grep.1 +++ b/man/repo-grep.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo grep" "Repo Manual" +.TH REPO "1" "July 2022" "repo grep" "Repo Manual" .SH NAME repo \- repo grep - manual page for repo grep .SH SYNOPSIS @@ -24,6 +24,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .SS Sources: .TP \fB\-\-cached\fR diff --git a/man/repo-help.1 b/man/repo-help.1 index d6da3c51..d4130726 100644 --- a/man/repo-help.1 +++ b/man/repo-help.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo help" "Repo Manual" +.TH REPO "1" "July 2022" "repo help" "Repo Manual" .SH NAME repo \- repo help - manual page for repo help .SH SYNOPSIS @@ -26,6 +26,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help help` to view the detailed manual. .SH DETAILS diff --git a/man/repo-info.1 b/man/repo-info.1 index cf7c17b8..2cb25809 100644 --- a/man/repo-info.1 +++ b/man/repo-info.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo info" "Repo Manual" +.TH REPO "1" "July 2022" "repo info" "Repo Manual" .SH NAME repo \- repo info - manual page for repo info .SH SYNOPSIS @@ -36,5 +36,18 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help info` to view the detailed manual. diff --git a/man/repo-init.1 b/man/repo-init.1 index 6faaab0b..1cd1e5f1 100644 --- a/man/repo-init.1 +++ b/man/repo-init.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "November 2021" "repo init" "Repo Manual" +.TH REPO "1" "July 2022" "repo init" "Repo Manual" .SH NAME repo \- repo init - manual page for repo init .SH SYNOPSIS @@ -109,6 +109,12 @@ not \fB\-\-partial\-clone\fR) \fB\-\-no\-clone\-bundle\fR disable use of \fI\,/clone.bundle\/\fP on HTTP/HTTPS (default if \fB\-\-partial\-clone\fR) +.TP +\fB\-\-git\-lfs\fR +enable Git LFS support +.TP +\fB\-\-no\-git\-lfs\fR +disable Git LFS support .SS repo Version options: .TP \fB\-\-repo\-url\fR=\fI\,URL\/\fR @@ -123,6 +129,19 @@ do not verify repo source code .TP \fB\-\-config\-name\fR Always prompt for name/e\-mail +.SS Multi\-manifest: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help init` to view the detailed manual. .SH DETAILS diff --git a/man/repo-list.1 b/man/repo-list.1 index 7f85e612..2444d3e0 100644 --- a/man/repo-list.1 +++ b/man/repo-list.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo list" "Repo Manual" +.TH REPO "1" "July 2022" "repo list" "Repo Manual" .SH NAME repo \- repo list - manual page for repo list .SH SYNOPSIS @@ -47,6 +47,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help list` to view the detailed manual. .SH DETAILS diff --git a/man/repo-manifest.1 b/man/repo-manifest.1 index ab9f7ed3..382918ce 100644 --- a/man/repo-manifest.1 +++ b/man/repo-manifest.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "November 2021" "repo manifest" "Repo Manual" +.TH REPO "1" "July 2022" "repo manifest" "Repo Manual" .SH NAME repo \- repo manifest - manual page for repo manifest .SH SYNOPSIS @@ -40,7 +40,8 @@ format output for humans to read ignore local manifests .TP \fB\-o\fR \-|NAME.xml, \fB\-\-output\-file\fR=\fI\,\-\/\fR|NAME.xml -file to save the manifest to +file to save the manifest to. (Filename prefix for +multi\-tree.) .SS Logging options: .TP \fB\-v\fR, \fB\-\-verbose\fR @@ -48,6 +49,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help manifest` to view the detailed manual. .SH DETAILS @@ -88,6 +102,7 @@ A manifest XML file (e.g. `default.xml`) roughly conforms to the following DTD: remote*, default?, manifest\-server?, +submanifest*?, remove\-project*, project*, extend\-project*, @@ -118,6 +133,16 @@ include*)> .IP +.IP + + + + + + + + + .TP group. +.PP +Attribute `manifest\-name`: The manifest filename in the manifest project. If not +supplied, `default.xml` is used. +.PP +Attribute `revision`: Name of a Git branch (e.g. "main" or "refs/heads/main"), +tag (e.g. "refs/tags/stable"), or a commit hash. If not supplied, `name` is +used. +.PP +Attribute `path`: An optional path relative to the top directory of the repo +client where the submanifest repo client top directory should be placed. If not +supplied, `revision` is used. +.PP +`path` may not be an absolute path or use "." or ".." path components. +.PP +Attribute `groups`: List of additional groups to which all projects in the +included submanifest belong. This appends and recurses, meaning all projects in +submanifests carry all parent submanifest groups. Same syntax as the +corresponding element of `project`. +.PP +Attribute `default\-groups`: The list of manifest groups to sync if no +`\-\-groups=` parameter was specified at init. When that list is empty, use this +list instead of "default" as the list of groups to sync. +.PP Element project .PP One or more project elements may be specified. Each element describes a single @@ -513,8 +597,8 @@ restrictions are not enforced for [Local Manifests]. .PP Attribute `groups`: List of additional groups to which all projects in the included manifest belong. This appends and recurses, meaning all projects in -sub\-manifests carry all parent include groups. Same syntax as the corresponding -element of `project`. +included manifests carry all parent include groups. Same syntax as the +corresponding element of `project`. .PP Local Manifests .PP diff --git a/man/repo-overview.1 b/man/repo-overview.1 index a12c7640..92292c09 100644 --- a/man/repo-overview.1 +++ b/man/repo-overview.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo overview" "Repo Manual" +.TH REPO "1" "July 2022" "repo overview" "Repo Manual" .SH NAME repo \- repo overview - manual page for repo overview .SH SYNOPSIS @@ -26,6 +26,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help overview` to view the detailed manual. .SH DETAILS diff --git a/man/repo-prune.1 b/man/repo-prune.1 index bd68a373..4af775d2 100644 --- a/man/repo-prune.1 +++ b/man/repo-prune.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo prune" "Repo Manual" +.TH REPO "1" "July 2022" "repo prune" "Repo Manual" .SH NAME repo \- repo prune - manual page for repo prune .SH SYNOPSIS @@ -24,5 +24,18 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help prune` to view the detailed manual. diff --git a/man/repo-rebase.1 b/man/repo-rebase.1 index aa261036..e4ff344a 100644 --- a/man/repo-rebase.1 +++ b/man/repo-rebase.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo rebase" "Repo Manual" +.TH REPO "1" "July 2022" "repo rebase" "Repo Manual" .SH NAME repo \- repo rebase - manual page for repo rebase .SH SYNOPSIS @@ -46,6 +46,19 @@ only show errors .TP \fB\-i\fR, \fB\-\-interactive\fR interactive rebase (single project only) +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help rebase` to view the detailed manual. .SH DETAILS diff --git a/man/repo-selfupdate.1 b/man/repo-selfupdate.1 index 70c855ab..f7d4bafa 100644 --- a/man/repo-selfupdate.1 +++ b/man/repo-selfupdate.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo selfupdate" "Repo Manual" +.TH REPO "1" "July 2022" "repo selfupdate" "Repo Manual" .SH NAME repo \- repo selfupdate - manual page for repo selfupdate .SH SYNOPSIS @@ -20,6 +20,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .SS repo Version options: .TP \fB\-\-no\-repo\-verify\fR diff --git a/man/repo-smartsync.1 b/man/repo-smartsync.1 index 718ef190..7f8c65a8 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" "November 2021" "repo smartsync" "Repo Manual" +.TH REPO "1" "July 2022" "repo smartsync" "Repo Manual" .SH NAME repo \- repo smartsync - manual page for repo smartsync .SH SYNOPSIS @@ -112,6 +112,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .SS repo Version options: .TP \fB\-\-no\-repo\-verify\fR diff --git a/man/repo-stage.1 b/man/repo-stage.1 index 07e1cac6..063db00e 100644 --- a/man/repo-stage.1 +++ b/man/repo-stage.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo stage" "Repo Manual" +.TH REPO "1" "July 2022" "repo stage" "Repo Manual" .SH NAME repo \- repo stage - manual page for repo stage .SH SYNOPSIS @@ -23,6 +23,19 @@ only show errors .TP \fB\-i\fR, \fB\-\-interactive\fR use interactive staging +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help stage` to view the detailed manual. .SH DETAILS diff --git a/man/repo-start.1 b/man/repo-start.1 index b00a31f4..f972d957 100644 --- a/man/repo-start.1 +++ b/man/repo-start.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo start" "Repo Manual" +.TH REPO "1" "July 2022" "repo start" "Repo Manual" .SH NAME repo \- repo start - manual page for repo start .SH SYNOPSIS @@ -33,6 +33,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help start` to view the detailed manual. .SH DETAILS diff --git a/man/repo-status.1 b/man/repo-status.1 index fbae2c5d..db8723fb 100644 --- a/man/repo-status.1 +++ b/man/repo-status.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo status" "Repo Manual" +.TH REPO "1" "July 2022" "repo status" "Repo Manual" .SH NAME repo \- repo status - manual page for repo status .SH SYNOPSIS @@ -28,6 +28,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help status` to view the detailed manual. .SH DETAILS diff --git a/man/repo-sync.1 b/man/repo-sync.1 index 63f41409..564f79be 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" "November 2021" "repo sync" "Repo Manual" +.TH REPO "1" "July 2022" "repo sync" "Repo Manual" .SH NAME repo \- repo sync - manual page for repo sync .SH SYNOPSIS @@ -119,6 +119,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .SS repo Version options: .TP \fB\-\-no\-repo\-verify\fR diff --git a/man/repo-upload.1 b/man/repo-upload.1 index 36a0daca..d7fa9769 100644 --- a/man/repo-upload.1 +++ b/man/repo-upload.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo upload" "Repo Manual" +.TH REPO "1" "July 2022" "repo upload" "Repo Manual" .SH NAME repo \- repo upload - manual page for repo upload .SH SYNOPSIS @@ -75,6 +75,19 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .SS pre\-upload hooks: .TP \fB\-\-no\-verify\fR diff --git a/man/repo-version.1 b/man/repo-version.1 index cc703f61..67d25d7b 100644 --- a/man/repo-version.1 +++ b/man/repo-version.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo version" "Repo Manual" +.TH REPO "1" "July 2022" "repo version" "Repo Manual" .SH NAME repo \- repo version - manual page for repo version .SH SYNOPSIS @@ -20,5 +20,18 @@ show all output .TP \fB\-q\fR, \fB\-\-quiet\fR only show errors +.SS Multi\-manifest options: +.TP +\fB\-\-outer\-manifest\fR +operate starting at the outermost manifest +.TP +\fB\-\-no\-outer\-manifest\fR +do not operate on outer manifests +.TP +\fB\-\-this\-manifest\-only\fR +only operate on this (sub)manifest +.TP +\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR +operate on this manifest and its submanifests .PP Run `repo help version` to view the detailed manual. diff --git a/man/repo.1 b/man/repo.1 index 40062cfa..bdb705d4 100644 --- a/man/repo.1 +++ b/man/repo.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "November 2021" "repo" "Repo Manual" +.TH REPO "1" "July 2022" "repo" "Repo Manual" .SH NAME repo \- repository management tool built on top of git .SH SYNOPSIS @@ -43,6 +43,9 @@ filename of event log to append timeline to .TP \fB\-\-git\-trace2\-event\-log\fR=\fI\,GIT_TRACE2_EVENT_LOG\/\fR directory to write git trace2 event log to +.TP +\fB\-\-submanifest\-path\fR=\fI\,REL_PATH\/\fR +submanifest path .SS "The complete list of recognized repo commands is:" .TP abandon