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