summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/repo-abandon.115
-rw-r--r--man/repo-branches.115
-rw-r--r--man/repo-checkout.115
-rw-r--r--man/repo-cherry-pick.115
-rw-r--r--man/repo-diff.115
-rw-r--r--man/repo-diffmanifests.115
-rw-r--r--man/repo-download.115
-rw-r--r--man/repo-forall.120
-rw-r--r--man/repo-gitc-delete.115
-rw-r--r--man/repo-gitc-init.121
-rw-r--r--man/repo-grep.115
-rw-r--r--man/repo-help.115
-rw-r--r--man/repo-info.115
-rw-r--r--man/repo-init.121
-rw-r--r--man/repo-list.115
-rw-r--r--man/repo-manifest.192
-rw-r--r--man/repo-overview.115
-rw-r--r--man/repo-prune.115
-rw-r--r--man/repo-rebase.115
-rw-r--r--man/repo-selfupdate.115
-rw-r--r--man/repo-smartsync.115
-rw-r--r--man/repo-stage.115
-rw-r--r--man/repo-start.115
-rw-r--r--man/repo-status.115
-rw-r--r--man/repo-sync.115
-rw-r--r--man/repo-upload.115
-rw-r--r--man/repo-version.115
-rw-r--r--man/repo.15
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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo abandon" "Repo Manual" 2.TH REPO "1" "July 2022" "repo abandon" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo abandon - manual page for repo abandon 4repo \- repo abandon - manual page for repo abandon
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -32,5 +32,18 @@ show all output
32.TP 32.TP
33\fB\-q\fR, \fB\-\-quiet\fR 33\fB\-q\fR, \fB\-\-quiet\fR
34only show errors 34only show errors
35.SS Multi\-manifest options:
36.TP
37\fB\-\-outer\-manifest\fR
38operate starting at the outermost manifest
39.TP
40\fB\-\-no\-outer\-manifest\fR
41do not operate on outer manifests
42.TP
43\fB\-\-this\-manifest\-only\fR
44only operate on this (sub)manifest
45.TP
46\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
47operate on this manifest and its submanifests
35.PP 48.PP
36Run `repo help abandon` to view the detailed manual. 49Run `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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo branches" "Repo Manual" 2.TH REPO "1" "July 2022" "repo branches" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo branches - manual page for repo branches 4repo \- repo branches - manual page for repo branches
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -55,5 +55,18 @@ show all output
55.TP 55.TP
56\fB\-q\fR, \fB\-\-quiet\fR 56\fB\-q\fR, \fB\-\-quiet\fR
57only show errors 57only show errors
58.SS Multi\-manifest options:
59.TP
60\fB\-\-outer\-manifest\fR
61operate starting at the outermost manifest
62.TP
63\fB\-\-no\-outer\-manifest\fR
64do not operate on outer manifests
65.TP
66\fB\-\-this\-manifest\-only\fR
67only operate on this (sub)manifest
68.TP
69\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
70operate on this manifest and its submanifests
58.PP 71.PP
59Run `repo help branches` to view the detailed manual. 72Run `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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo checkout" "Repo Manual" 2.TH REPO "1" "July 2022" "repo checkout" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo checkout - manual page for repo checkout 4repo \- repo checkout - manual page for repo checkout
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -24,6 +24,19 @@ show all output
24.TP 24.TP
25\fB\-q\fR, \fB\-\-quiet\fR 25\fB\-q\fR, \fB\-\-quiet\fR
26only show errors 26only show errors
27.SS Multi\-manifest options:
28.TP
29\fB\-\-outer\-manifest\fR
30operate starting at the outermost manifest
31.TP
32\fB\-\-no\-outer\-manifest\fR
33do not operate on outer manifests
34.TP
35\fB\-\-this\-manifest\-only\fR
36only operate on this (sub)manifest
37.TP
38\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
39operate on this manifest and its submanifests
27.PP 40.PP
28Run `repo help checkout` to view the detailed manual. 41Run `repo help checkout` to view the detailed manual.
29.SH DETAILS 42.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo cherry-pick" "Repo Manual" 2.TH REPO "1" "July 2022" "repo cherry-pick" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo cherry-pick - manual page for repo cherry-pick 4repo \- repo cherry-pick - manual page for repo cherry-pick
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -20,6 +20,19 @@ show all output
20.TP 20.TP
21\fB\-q\fR, \fB\-\-quiet\fR 21\fB\-q\fR, \fB\-\-quiet\fR
22only show errors 22only show errors
23.SS Multi\-manifest options:
24.TP
25\fB\-\-outer\-manifest\fR
26operate starting at the outermost manifest
27.TP
28\fB\-\-no\-outer\-manifest\fR
29do not operate on outer manifests
30.TP
31\fB\-\-this\-manifest\-only\fR
32only operate on this (sub)manifest
33.TP
34\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
35operate on this manifest and its submanifests
23.PP 36.PP
24Run `repo help cherry\-pick` to view the detailed manual. 37Run `repo help cherry\-pick` to view the detailed manual.
25.SH DETAILS 38.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo diff" "Repo Manual" 2.TH REPO "1" "July 2022" "repo diff" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo diff - manual page for repo diff 4repo \- repo diff - manual page for repo diff
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -31,5 +31,18 @@ show all output
31.TP 31.TP
32\fB\-q\fR, \fB\-\-quiet\fR 32\fB\-q\fR, \fB\-\-quiet\fR
33only show errors 33only show errors
34.SS Multi\-manifest options:
35.TP
36\fB\-\-outer\-manifest\fR
37operate starting at the outermost manifest
38.TP
39\fB\-\-no\-outer\-manifest\fR
40do not operate on outer manifests
41.TP
42\fB\-\-this\-manifest\-only\fR
43only operate on this (sub)manifest
44.TP
45\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
46operate on this manifest and its submanifests
34.PP 47.PP
35Run `repo help diff` to view the detailed manual. 48Run `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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo diffmanifests" "Repo Manual" 2.TH REPO "1" "July 2022" "repo diffmanifests" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo diffmanifests - manual page for repo diffmanifests 4repo \- repo diffmanifests - manual page for repo diffmanifests
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -29,6 +29,19 @@ show all output
29.TP 29.TP
30\fB\-q\fR, \fB\-\-quiet\fR 30\fB\-q\fR, \fB\-\-quiet\fR
31only show errors 31only show errors
32.SS Multi\-manifest options:
33.TP
34\fB\-\-outer\-manifest\fR
35operate starting at the outermost manifest
36.TP
37\fB\-\-no\-outer\-manifest\fR
38do not operate on outer manifests
39.TP
40\fB\-\-this\-manifest\-only\fR
41only operate on this (sub)manifest
42.TP
43\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
44operate on this manifest and its submanifests
32.PP 45.PP
33Run `repo help diffmanifests` to view the detailed manual. 46Run `repo help diffmanifests` to view the detailed manual.
34.SH DETAILS 47.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo download" "Repo Manual" 2.TH REPO "1" "July 2022" "repo download" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo download - manual page for repo download 4repo \- repo download - manual page for repo download
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -35,6 +35,19 @@ show all output
35.TP 35.TP
36\fB\-q\fR, \fB\-\-quiet\fR 36\fB\-q\fR, \fB\-\-quiet\fR
37only show errors 37only show errors
38.SS Multi\-manifest options:
39.TP
40\fB\-\-outer\-manifest\fR
41operate starting at the outermost manifest
42.TP
43\fB\-\-no\-outer\-manifest\fR
44do not operate on outer manifests
45.TP
46\fB\-\-this\-manifest\-only\fR
47only operate on this (sub)manifest
48.TP
49\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
50operate on this manifest and its submanifests
38.PP 51.PP
39Run `repo help download` to view the detailed manual. 52Run `repo help download` to view the detailed manual.
40.SH DETAILS 53.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo forall" "Repo Manual" 2.TH REPO "1" "July 2022" "repo forall" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo forall - manual page for repo forall 4repo \- repo forall - manual page for repo forall
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -54,6 +54,19 @@ only show errors
54.TP 54.TP
55\fB\-p\fR 55\fB\-p\fR
56show project headers before output 56show project headers before output
57.SS Multi\-manifest options:
58.TP
59\fB\-\-outer\-manifest\fR
60operate starting at the outermost manifest
61.TP
62\fB\-\-no\-outer\-manifest\fR
63do not operate on outer manifests
64.TP
65\fB\-\-this\-manifest\-only\fR
66only operate on this (sub)manifest
67.TP
68\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
69operate on this manifest and its submanifests
57.PP 70.PP
58Run `repo help forall` to view the detailed manual. 71Run `repo help forall` to view the detailed manual.
59.SH DETAILS 72.SH DETAILS
@@ -93,6 +106,11 @@ REPO_PROJECT is set to the unique name of the project.
93.PP 106.PP
94REPO_PATH is the path relative the the root of the client. 107REPO_PATH is the path relative the the root of the client.
95.PP 108.PP
109REPO_OUTERPATH is the path of the sub manifest's root relative to the root of
110the client.
111.PP
112REPO_INNERPATH is the path relative to the root of the sub manifest.
113.PP
96REPO_REMOTE is the name of the remote system from the manifest. 114REPO_REMOTE is the name of the remote system from the manifest.
97.PP 115.PP
98REPO_LREV is the name of the revision from the manifest, translated to a local 116REPO_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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo gitc-delete" "Repo Manual" 2.TH REPO "1" "July 2022" "repo gitc-delete" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo gitc-delete - manual page for repo gitc-delete 4repo \- repo gitc-delete - manual page for repo gitc-delete
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -23,6 +23,19 @@ show all output
23.TP 23.TP
24\fB\-q\fR, \fB\-\-quiet\fR 24\fB\-q\fR, \fB\-\-quiet\fR
25only show errors 25only show errors
26.SS Multi\-manifest options:
27.TP
28\fB\-\-outer\-manifest\fR
29operate starting at the outermost manifest
30.TP
31\fB\-\-no\-outer\-manifest\fR
32do not operate on outer manifests
33.TP
34\fB\-\-this\-manifest\-only\fR
35only operate on this (sub)manifest
36.TP
37\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
38operate on this manifest and its submanifests
26.PP 39.PP
27Run `repo help gitc\-delete` to view the detailed manual. 40Run `repo help gitc\-delete` to view the detailed manual.
28.SH DETAILS 41.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "November 2021" "repo gitc-init" "Repo Manual" 2.TH REPO "1" "July 2022" "repo gitc-init" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo gitc-init - manual page for repo gitc-init 4repo \- repo gitc-init - manual page for repo gitc-init
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -109,6 +109,12 @@ not \fB\-\-partial\-clone\fR)
109\fB\-\-no\-clone\-bundle\fR 109\fB\-\-no\-clone\-bundle\fR
110disable use of \fI\,/clone.bundle\/\fP on HTTP/HTTPS (default if 110disable use of \fI\,/clone.bundle\/\fP on HTTP/HTTPS (default if
111\fB\-\-partial\-clone\fR) 111\fB\-\-partial\-clone\fR)
112.TP
113\fB\-\-git\-lfs\fR
114enable Git LFS support
115.TP
116\fB\-\-no\-git\-lfs\fR
117disable Git LFS support
112.SS repo Version options: 118.SS repo Version options:
113.TP 119.TP
114\fB\-\-repo\-url\fR=\fI\,URL\/\fR 120\fB\-\-repo\-url\fR=\fI\,URL\/\fR
@@ -130,6 +136,19 @@ Optional manifest file to use for this GITC client.
130.TP 136.TP
131\fB\-c\fR GITC_CLIENT, \fB\-\-gitc\-client\fR=\fI\,GITC_CLIENT\/\fR 137\fB\-c\fR GITC_CLIENT, \fB\-\-gitc\-client\fR=\fI\,GITC_CLIENT\/\fR
132Name of the gitc_client instance to create or modify. 138Name of the gitc_client instance to create or modify.
139.SS Multi\-manifest:
140.TP
141\fB\-\-outer\-manifest\fR
142operate starting at the outermost manifest
143.TP
144\fB\-\-no\-outer\-manifest\fR
145do not operate on outer manifests
146.TP
147\fB\-\-this\-manifest\-only\fR
148only operate on this (sub)manifest
149.TP
150\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
151operate on this manifest and its submanifests
133.PP 152.PP
134Run `repo help gitc\-init` to view the detailed manual. 153Run `repo help gitc\-init` to view the detailed manual.
135.SH DETAILS 154.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo grep" "Repo Manual" 2.TH REPO "1" "July 2022" "repo grep" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo grep - manual page for repo grep 4repo \- repo grep - manual page for repo grep
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -24,6 +24,19 @@ show all output
24.TP 24.TP
25\fB\-q\fR, \fB\-\-quiet\fR 25\fB\-q\fR, \fB\-\-quiet\fR
26only show errors 26only show errors
27.SS Multi\-manifest options:
28.TP
29\fB\-\-outer\-manifest\fR
30operate starting at the outermost manifest
31.TP
32\fB\-\-no\-outer\-manifest\fR
33do not operate on outer manifests
34.TP
35\fB\-\-this\-manifest\-only\fR
36only operate on this (sub)manifest
37.TP
38\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
39operate on this manifest and its submanifests
27.SS Sources: 40.SS Sources:
28.TP 41.TP
29\fB\-\-cached\fR 42\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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo help" "Repo Manual" 2.TH REPO "1" "July 2022" "repo help" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo help - manual page for repo help 4repo \- repo help - manual page for repo help
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -26,6 +26,19 @@ show all output
26.TP 26.TP
27\fB\-q\fR, \fB\-\-quiet\fR 27\fB\-q\fR, \fB\-\-quiet\fR
28only show errors 28only show errors
29.SS Multi\-manifest options:
30.TP
31\fB\-\-outer\-manifest\fR
32operate starting at the outermost manifest
33.TP
34\fB\-\-no\-outer\-manifest\fR
35do not operate on outer manifests
36.TP
37\fB\-\-this\-manifest\-only\fR
38only operate on this (sub)manifest
39.TP
40\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
41operate on this manifest and its submanifests
29.PP 42.PP
30Run `repo help help` to view the detailed manual. 43Run `repo help help` to view the detailed manual.
31.SH DETAILS 44.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo info" "Repo Manual" 2.TH REPO "1" "July 2022" "repo info" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo info - manual page for repo info 4repo \- repo info - manual page for repo info
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -36,5 +36,18 @@ show all output
36.TP 36.TP
37\fB\-q\fR, \fB\-\-quiet\fR 37\fB\-q\fR, \fB\-\-quiet\fR
38only show errors 38only show errors
39.SS Multi\-manifest options:
40.TP
41\fB\-\-outer\-manifest\fR
42operate starting at the outermost manifest
43.TP
44\fB\-\-no\-outer\-manifest\fR
45do not operate on outer manifests
46.TP
47\fB\-\-this\-manifest\-only\fR
48only operate on this (sub)manifest
49.TP
50\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
51operate on this manifest and its submanifests
39.PP 52.PP
40Run `repo help info` to view the detailed manual. 53Run `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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "November 2021" "repo init" "Repo Manual" 2.TH REPO "1" "July 2022" "repo init" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo init - manual page for repo init 4repo \- repo init - manual page for repo init
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -109,6 +109,12 @@ not \fB\-\-partial\-clone\fR)
109\fB\-\-no\-clone\-bundle\fR 109\fB\-\-no\-clone\-bundle\fR
110disable use of \fI\,/clone.bundle\/\fP on HTTP/HTTPS (default if 110disable use of \fI\,/clone.bundle\/\fP on HTTP/HTTPS (default if
111\fB\-\-partial\-clone\fR) 111\fB\-\-partial\-clone\fR)
112.TP
113\fB\-\-git\-lfs\fR
114enable Git LFS support
115.TP
116\fB\-\-no\-git\-lfs\fR
117disable Git LFS support
112.SS repo Version options: 118.SS repo Version options:
113.TP 119.TP
114\fB\-\-repo\-url\fR=\fI\,URL\/\fR 120\fB\-\-repo\-url\fR=\fI\,URL\/\fR
@@ -123,6 +129,19 @@ do not verify repo source code
123.TP 129.TP
124\fB\-\-config\-name\fR 130\fB\-\-config\-name\fR
125Always prompt for name/e\-mail 131Always prompt for name/e\-mail
132.SS Multi\-manifest:
133.TP
134\fB\-\-outer\-manifest\fR
135operate starting at the outermost manifest
136.TP
137\fB\-\-no\-outer\-manifest\fR
138do not operate on outer manifests
139.TP
140\fB\-\-this\-manifest\-only\fR
141only operate on this (sub)manifest
142.TP
143\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
144operate on this manifest and its submanifests
126.PP 145.PP
127Run `repo help init` to view the detailed manual. 146Run `repo help init` to view the detailed manual.
128.SH DETAILS 147.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo list" "Repo Manual" 2.TH REPO "1" "July 2022" "repo list" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo list - manual page for repo list 4repo \- repo list - manual page for repo list
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -47,6 +47,19 @@ show all output
47.TP 47.TP
48\fB\-q\fR, \fB\-\-quiet\fR 48\fB\-q\fR, \fB\-\-quiet\fR
49only show errors 49only show errors
50.SS Multi\-manifest options:
51.TP
52\fB\-\-outer\-manifest\fR
53operate starting at the outermost manifest
54.TP
55\fB\-\-no\-outer\-manifest\fR
56do not operate on outer manifests
57.TP
58\fB\-\-this\-manifest\-only\fR
59only operate on this (sub)manifest
60.TP
61\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
62operate on this manifest and its submanifests
50.PP 63.PP
51Run `repo help list` to view the detailed manual. 64Run `repo help list` to view the detailed manual.
52.SH DETAILS 65.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "November 2021" "repo manifest" "Repo Manual" 2.TH REPO "1" "July 2022" "repo manifest" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo manifest - manual page for repo manifest 4repo \- repo manifest - manual page for repo manifest
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -40,7 +40,8 @@ format output for humans to read
40ignore local manifests 40ignore local manifests
41.TP 41.TP
42\fB\-o\fR \-|NAME.xml, \fB\-\-output\-file\fR=\fI\,\-\/\fR|NAME.xml 42\fB\-o\fR \-|NAME.xml, \fB\-\-output\-file\fR=\fI\,\-\/\fR|NAME.xml
43file to save the manifest to 43file to save the manifest to. (Filename prefix for
44multi\-tree.)
44.SS Logging options: 45.SS Logging options:
45.TP 46.TP
46\fB\-v\fR, \fB\-\-verbose\fR 47\fB\-v\fR, \fB\-\-verbose\fR
@@ -48,6 +49,19 @@ show all output
48.TP 49.TP
49\fB\-q\fR, \fB\-\-quiet\fR 50\fB\-q\fR, \fB\-\-quiet\fR
50only show errors 51only show errors
52.SS Multi\-manifest options:
53.TP
54\fB\-\-outer\-manifest\fR
55operate starting at the outermost manifest
56.TP
57\fB\-\-no\-outer\-manifest\fR
58do not operate on outer manifests
59.TP
60\fB\-\-this\-manifest\-only\fR
61only operate on this (sub)manifest
62.TP
63\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
64operate on this manifest and its submanifests
51.PP 65.PP
52Run `repo help manifest` to view the detailed manual. 66Run `repo help manifest` to view the detailed manual.
53.SH DETAILS 67.SH DETAILS
@@ -88,6 +102,7 @@ A manifest XML file (e.g. `default.xml`) roughly conforms to the following DTD:
88remote*, 102remote*,
89default?, 103default?,
90manifest\-server?, 104manifest\-server?,
105submanifest*?,
91remove\-project*, 106remove\-project*,
92project*, 107project*,
93extend\-project*, 108extend\-project*,
@@ -118,6 +133,16 @@ include*)>
118.IP 133.IP
119<!ELEMENT manifest\-server EMPTY> 134<!ELEMENT manifest\-server EMPTY>
120<!ATTLIST manifest\-server url CDATA #REQUIRED> 135<!ATTLIST manifest\-server url CDATA #REQUIRED>
136.IP
137<!ELEMENT submanifest EMPTY>
138<!ATTLIST submanifest name ID #REQUIRED>
139<!ATTLIST submanifest remote IDREF #IMPLIED>
140<!ATTLIST submanifest project CDATA #IMPLIED>
141<!ATTLIST submanifest manifest\-name CDATA #IMPLIED>
142<!ATTLIST submanifest revision CDATA #IMPLIED>
143<!ATTLIST submanifest path CDATA #IMPLIED>
144<!ATTLIST submanifest groups CDATA #IMPLIED>
145<!ATTLIST submanifest default\-groups CDATA #IMPLIED>
121.TP 146.TP
122<!ELEMENT project (annotation*, 147<!ELEMENT project (annotation*,
123project*, 148project*,
@@ -295,6 +320,65 @@ GetManifest(tag)
295Return a manifest in which each project is pegged to the revision at the 320Return a manifest in which each project is pegged to the revision at the
296specified tag. This is used by repo sync when the \fB\-\-smart\-tag\fR option is given. 321specified tag. This is used by repo sync when the \fB\-\-smart\-tag\fR option is given.
297.PP 322.PP
323Element submanifest
324.PP
325One or more submanifest elements may be specified. Each element describes a
326single manifest to be checked out as a child.
327.PP
328Attribute `name`: A unique name (within the current (sub)manifest) for this
329submanifest. It acts as a default for `revision` below. The same name can be
330used for submanifests with different parent (sub)manifests.
331.PP
332Attribute `remote`: Name of a previously defined remote element. If not supplied
333the remote given by the default element is used.
334.PP
335Attribute `project`: The manifest project name. The project's name is appended
336onto its remote's fetch URL to generate the actual URL to configure the Git
337remote with. The URL gets formed as:
338.IP
339${remote_fetch}/${project_name}.git
340.PP
341where ${remote_fetch} is the remote's fetch attribute and ${project_name} is the
342project's name attribute. The suffix ".git" is always appended as repo assumes
343the upstream is a forest of bare Git repositories. If the project has a parent
344element, its name will be prefixed by the parent's.
345.PP
346The project name must match the name Gerrit knows, if Gerrit is being used for
347code reviews.
348.PP
349`project` must not be empty, and may not be an absolute path or use "." or ".."
350path components. It is always interpreted relative to the remote's fetch
351settings, so if a different base path is needed, declare a different remote with
352the new settings needed.
353.PP
354If not supplied the remote and project for this manifest will be used: `remote`
355cannot be supplied.
356.PP
357Projects from a submanifest and its submanifests are added to the
358submanifest::path:<path_prefix> group.
359.PP
360Attribute `manifest\-name`: The manifest filename in the manifest project. If not
361supplied, `default.xml` is used.
362.PP
363Attribute `revision`: Name of a Git branch (e.g. "main" or "refs/heads/main"),
364tag (e.g. "refs/tags/stable"), or a commit hash. If not supplied, `name` is
365used.
366.PP
367Attribute `path`: An optional path relative to the top directory of the repo
368client where the submanifest repo client top directory should be placed. If not
369supplied, `revision` is used.
370.PP
371`path` may not be an absolute path or use "." or ".." path components.
372.PP
373Attribute `groups`: List of additional groups to which all projects in the
374included submanifest belong. This appends and recurses, meaning all projects in
375submanifests carry all parent submanifest groups. Same syntax as the
376corresponding element of `project`.
377.PP
378Attribute `default\-groups`: The list of manifest groups to sync if no
379`\-\-groups=` parameter was specified at init. When that list is empty, use this
380list instead of "default" as the list of groups to sync.
381.PP
298Element project 382Element project
299.PP 383.PP
300One or more project elements may be specified. Each element describes a single 384One or more project elements may be specified. Each element describes a single
@@ -513,8 +597,8 @@ restrictions are not enforced for [Local Manifests].
513.PP 597.PP
514Attribute `groups`: List of additional groups to which all projects in the 598Attribute `groups`: List of additional groups to which all projects in the
515included manifest belong. This appends and recurses, meaning all projects in 599included manifest belong. This appends and recurses, meaning all projects in
516sub\-manifests carry all parent include groups. Same syntax as the corresponding 600included manifests carry all parent include groups. Same syntax as the
517element of `project`. 601corresponding element of `project`.
518.PP 602.PP
519Local Manifests 603Local Manifests
520.PP 604.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo overview" "Repo Manual" 2.TH REPO "1" "July 2022" "repo overview" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo overview - manual page for repo overview 4repo \- repo overview - manual page for repo overview
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -26,6 +26,19 @@ show all output
26.TP 26.TP
27\fB\-q\fR, \fB\-\-quiet\fR 27\fB\-q\fR, \fB\-\-quiet\fR
28only show errors 28only show errors
29.SS Multi\-manifest options:
30.TP
31\fB\-\-outer\-manifest\fR
32operate starting at the outermost manifest
33.TP
34\fB\-\-no\-outer\-manifest\fR
35do not operate on outer manifests
36.TP
37\fB\-\-this\-manifest\-only\fR
38only operate on this (sub)manifest
39.TP
40\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
41operate on this manifest and its submanifests
29.PP 42.PP
30Run `repo help overview` to view the detailed manual. 43Run `repo help overview` to view the detailed manual.
31.SH DETAILS 44.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo prune" "Repo Manual" 2.TH REPO "1" "July 2022" "repo prune" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo prune - manual page for repo prune 4repo \- repo prune - manual page for repo prune
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -24,5 +24,18 @@ show all output
24.TP 24.TP
25\fB\-q\fR, \fB\-\-quiet\fR 25\fB\-q\fR, \fB\-\-quiet\fR
26only show errors 26only show errors
27.SS Multi\-manifest options:
28.TP
29\fB\-\-outer\-manifest\fR
30operate starting at the outermost manifest
31.TP
32\fB\-\-no\-outer\-manifest\fR
33do not operate on outer manifests
34.TP
35\fB\-\-this\-manifest\-only\fR
36only operate on this (sub)manifest
37.TP
38\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
39operate on this manifest and its submanifests
27.PP 40.PP
28Run `repo help prune` to view the detailed manual. 41Run `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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo rebase" "Repo Manual" 2.TH REPO "1" "July 2022" "repo rebase" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo rebase - manual page for repo rebase 4repo \- repo rebase - manual page for repo rebase
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -46,6 +46,19 @@ only show errors
46.TP 46.TP
47\fB\-i\fR, \fB\-\-interactive\fR 47\fB\-i\fR, \fB\-\-interactive\fR
48interactive rebase (single project only) 48interactive rebase (single project only)
49.SS Multi\-manifest options:
50.TP
51\fB\-\-outer\-manifest\fR
52operate starting at the outermost manifest
53.TP
54\fB\-\-no\-outer\-manifest\fR
55do not operate on outer manifests
56.TP
57\fB\-\-this\-manifest\-only\fR
58only operate on this (sub)manifest
59.TP
60\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
61operate on this manifest and its submanifests
49.PP 62.PP
50Run `repo help rebase` to view the detailed manual. 63Run `repo help rebase` to view the detailed manual.
51.SH DETAILS 64.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo selfupdate" "Repo Manual" 2.TH REPO "1" "July 2022" "repo selfupdate" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo selfupdate - manual page for repo selfupdate 4repo \- repo selfupdate - manual page for repo selfupdate
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -20,6 +20,19 @@ show all output
20.TP 20.TP
21\fB\-q\fR, \fB\-\-quiet\fR 21\fB\-q\fR, \fB\-\-quiet\fR
22only show errors 22only show errors
23.SS Multi\-manifest options:
24.TP
25\fB\-\-outer\-manifest\fR
26operate starting at the outermost manifest
27.TP
28\fB\-\-no\-outer\-manifest\fR
29do not operate on outer manifests
30.TP
31\fB\-\-this\-manifest\-only\fR
32only operate on this (sub)manifest
33.TP
34\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
35operate on this manifest and its submanifests
23.SS repo Version options: 36.SS repo Version options:
24.TP 37.TP
25\fB\-\-no\-repo\-verify\fR 38\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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "November 2021" "repo smartsync" "Repo Manual" 2.TH REPO "1" "July 2022" "repo smartsync" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo smartsync - manual page for repo smartsync 4repo \- repo smartsync - manual page for repo smartsync
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -112,6 +112,19 @@ show all output
112.TP 112.TP
113\fB\-q\fR, \fB\-\-quiet\fR 113\fB\-q\fR, \fB\-\-quiet\fR
114only show errors 114only show errors
115.SS Multi\-manifest options:
116.TP
117\fB\-\-outer\-manifest\fR
118operate starting at the outermost manifest
119.TP
120\fB\-\-no\-outer\-manifest\fR
121do not operate on outer manifests
122.TP
123\fB\-\-this\-manifest\-only\fR
124only operate on this (sub)manifest
125.TP
126\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
127operate on this manifest and its submanifests
115.SS repo Version options: 128.SS repo Version options:
116.TP 129.TP
117\fB\-\-no\-repo\-verify\fR 130\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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo stage" "Repo Manual" 2.TH REPO "1" "July 2022" "repo stage" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo stage - manual page for repo stage 4repo \- repo stage - manual page for repo stage
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -23,6 +23,19 @@ only show errors
23.TP 23.TP
24\fB\-i\fR, \fB\-\-interactive\fR 24\fB\-i\fR, \fB\-\-interactive\fR
25use interactive staging 25use interactive staging
26.SS Multi\-manifest options:
27.TP
28\fB\-\-outer\-manifest\fR
29operate starting at the outermost manifest
30.TP
31\fB\-\-no\-outer\-manifest\fR
32do not operate on outer manifests
33.TP
34\fB\-\-this\-manifest\-only\fR
35only operate on this (sub)manifest
36.TP
37\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
38operate on this manifest and its submanifests
26.PP 39.PP
27Run `repo help stage` to view the detailed manual. 40Run `repo help stage` to view the detailed manual.
28.SH DETAILS 41.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo start" "Repo Manual" 2.TH REPO "1" "July 2022" "repo start" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo start - manual page for repo start 4repo \- repo start - manual page for repo start
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -33,6 +33,19 @@ show all output
33.TP 33.TP
34\fB\-q\fR, \fB\-\-quiet\fR 34\fB\-q\fR, \fB\-\-quiet\fR
35only show errors 35only show errors
36.SS Multi\-manifest options:
37.TP
38\fB\-\-outer\-manifest\fR
39operate starting at the outermost manifest
40.TP
41\fB\-\-no\-outer\-manifest\fR
42do not operate on outer manifests
43.TP
44\fB\-\-this\-manifest\-only\fR
45only operate on this (sub)manifest
46.TP
47\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
48operate on this manifest and its submanifests
36.PP 49.PP
37Run `repo help start` to view the detailed manual. 50Run `repo help start` to view the detailed manual.
38.SH DETAILS 51.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo status" "Repo Manual" 2.TH REPO "1" "July 2022" "repo status" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo status - manual page for repo status 4repo \- repo status - manual page for repo status
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -28,6 +28,19 @@ show all output
28.TP 28.TP
29\fB\-q\fR, \fB\-\-quiet\fR 29\fB\-q\fR, \fB\-\-quiet\fR
30only show errors 30only show errors
31.SS Multi\-manifest options:
32.TP
33\fB\-\-outer\-manifest\fR
34operate starting at the outermost manifest
35.TP
36\fB\-\-no\-outer\-manifest\fR
37do not operate on outer manifests
38.TP
39\fB\-\-this\-manifest\-only\fR
40only operate on this (sub)manifest
41.TP
42\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
43operate on this manifest and its submanifests
31.PP 44.PP
32Run `repo help status` to view the detailed manual. 45Run `repo help status` to view the detailed manual.
33.SH DETAILS 46.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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "November 2021" "repo sync" "Repo Manual" 2.TH REPO "1" "July 2022" "repo sync" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo sync - manual page for repo sync 4repo \- repo sync - manual page for repo sync
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -119,6 +119,19 @@ show all output
119.TP 119.TP
120\fB\-q\fR, \fB\-\-quiet\fR 120\fB\-q\fR, \fB\-\-quiet\fR
121only show errors 121only show errors
122.SS Multi\-manifest options:
123.TP
124\fB\-\-outer\-manifest\fR
125operate starting at the outermost manifest
126.TP
127\fB\-\-no\-outer\-manifest\fR
128do not operate on outer manifests
129.TP
130\fB\-\-this\-manifest\-only\fR
131only operate on this (sub)manifest
132.TP
133\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
134operate on this manifest and its submanifests
122.SS repo Version options: 135.SS repo Version options:
123.TP 136.TP
124\fB\-\-no\-repo\-verify\fR 137\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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo upload" "Repo Manual" 2.TH REPO "1" "July 2022" "repo upload" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo upload - manual page for repo upload 4repo \- repo upload - manual page for repo upload
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -75,6 +75,19 @@ show all output
75.TP 75.TP
76\fB\-q\fR, \fB\-\-quiet\fR 76\fB\-q\fR, \fB\-\-quiet\fR
77only show errors 77only show errors
78.SS Multi\-manifest options:
79.TP
80\fB\-\-outer\-manifest\fR
81operate starting at the outermost manifest
82.TP
83\fB\-\-no\-outer\-manifest\fR
84do not operate on outer manifests
85.TP
86\fB\-\-this\-manifest\-only\fR
87only operate on this (sub)manifest
88.TP
89\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
90operate on this manifest and its submanifests
78.SS pre\-upload hooks: 91.SS pre\-upload hooks:
79.TP 92.TP
80\fB\-\-no\-verify\fR 93\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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "July 2021" "repo version" "Repo Manual" 2.TH REPO "1" "July 2022" "repo version" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo version - manual page for repo version 4repo \- repo version - manual page for repo version
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -20,5 +20,18 @@ show all output
20.TP 20.TP
21\fB\-q\fR, \fB\-\-quiet\fR 21\fB\-q\fR, \fB\-\-quiet\fR
22only show errors 22only show errors
23.SS Multi\-manifest options:
24.TP
25\fB\-\-outer\-manifest\fR
26operate starting at the outermost manifest
27.TP
28\fB\-\-no\-outer\-manifest\fR
29do not operate on outer manifests
30.TP
31\fB\-\-this\-manifest\-only\fR
32only operate on this (sub)manifest
33.TP
34\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
35operate on this manifest and its submanifests
23.PP 36.PP
24Run `repo help version` to view the detailed manual. 37Run `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 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "November 2021" "repo" "Repo Manual" 2.TH REPO "1" "July 2022" "repo" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repository management tool built on top of git 4repo \- repository management tool built on top of git
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -43,6 +43,9 @@ filename of event log to append timeline to
43.TP 43.TP
44\fB\-\-git\-trace2\-event\-log\fR=\fI\,GIT_TRACE2_EVENT_LOG\/\fR 44\fB\-\-git\-trace2\-event\-log\fR=\fI\,GIT_TRACE2_EVENT_LOG\/\fR
45directory to write git trace2 event log to 45directory to write git trace2 event log to
46.TP
47\fB\-\-submanifest\-path\fR=\fI\,REL_PATH\/\fR
48submanifest path
46.SS "The complete list of recognized repo commands is:" 49.SS "The complete list of recognized repo commands is:"
47.TP 50.TP
48abandon 51abandon