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 /man/repo-forall.1 | |
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>
Diffstat (limited to 'man/repo-forall.1')
-rw-r--r-- | man/repo-forall.1 | 20 |
1 files changed, 19 insertions, 1 deletions
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 |