diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2025-11-06 22:22:10 +0100 |
|---|---|---|
| committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2025-11-06 15:03:30 -0800 |
| commit | 877ef91be20cbb7b2963c457b0fbda4545e5fa72 (patch) | |
| tree | aa291fb53bad912bea3ad4406e659b791b8f73c0 | |
| parent | 4ab2284a945d82b017c6646fca57c5973ffdabaf (diff) | |
| download | git-repo-main.tar.gz | |
man: Regenerate after manifest updatemain
Change-Id: I0e7ef5d4189eaaf6878be709b437ecfb57570e3f
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/524921
Commit-Queue: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Reviewed-by: Mike Frysinger <vapier@google.com>
Reviewed-by: Gavin Mak <gavinmak@google.com>
Tested-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
| -rw-r--r-- | man/repo-manifest.1 | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/man/repo-manifest.1 b/man/repo-manifest.1 index 74e09145..4658b1e9 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" "April 2025" "repo manifest" "Repo Manual" | 2 | .TH REPO "1" "November 2025" "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 |
| @@ -186,8 +186,11 @@ CDATA #IMPLIED> | |||
| 186 | <!ELEMENT linkfile EMPTY> | 186 | <!ELEMENT linkfile EMPTY> |
| 187 | <!ATTLIST linkfile src CDATA #REQUIRED> | 187 | <!ATTLIST linkfile src CDATA #REQUIRED> |
| 188 | <!ATTLIST linkfile dest CDATA #REQUIRED> | 188 | <!ATTLIST linkfile dest CDATA #REQUIRED> |
| 189 | .TP | ||
| 190 | <!ELEMENT extend\-project (annotation*, | ||
| 191 | copyfile*, | ||
| 192 | linkfile*)> | ||
| 189 | .IP | 193 | .IP |
| 190 | <!ELEMENT extend\-project EMPTY> | ||
| 191 | <!ATTLIST extend\-project name CDATA #REQUIRED> | 194 | <!ATTLIST extend\-project name CDATA #REQUIRED> |
| 192 | <!ATTLIST extend\-project path CDATA #IMPLIED> | 195 | <!ATTLIST extend\-project path CDATA #IMPLIED> |
| 193 | <!ATTLIST extend\-project dest\-path CDATA #IMPLIED> | 196 | <!ATTLIST extend\-project dest\-path CDATA #IMPLIED> |
| @@ -493,19 +496,21 @@ element of `project`. | |||
| 493 | .PP | 496 | .PP |
| 494 | Element annotation | 497 | Element annotation |
| 495 | .PP | 498 | .PP |
| 496 | Zero or more annotation elements may be specified as children of a project or | 499 | Zero or more annotation elements may be specified as children of a project |
| 497 | remote element. Each element describes a name\-value pair. For projects, this | 500 | element, an extend\-project element, or a remote element. Each element describes |
| 498 | name\-value pair will be exported into each project's environment during a | 501 | a name\-value pair. For projects, this name\-value pair will be exported into each |
| 499 | \&'forall' command, prefixed with `REPO__`. In addition, there is an optional | 502 | project's environment during a 'forall' command, prefixed with `REPO__`. In |
| 500 | attribute "keep" which accepts the case insensitive values "true" (default) or | 503 | addition, there is an optional attribute "keep" which accepts the case |
| 501 | "false". This attribute determines whether or not the annotation will be kept | 504 | insensitive values "true" (default) or "false". This attribute determines |
| 502 | when exported with the manifest subcommand. | 505 | whether or not the annotation will be kept when exported with the manifest |
| 506 | subcommand. | ||
| 503 | .PP | 507 | .PP |
| 504 | Element copyfile | 508 | Element copyfile |
| 505 | .PP | 509 | .PP |
| 506 | Zero or more copyfile elements may be specified as children of a project | 510 | Zero or more copyfile elements may be specified as children of a project |
| 507 | element. Each element describes a src\-dest pair of files; the "src" file will be | 511 | element, or an extend\-project element. Each element describes a src\-dest pair of |
| 508 | copied to the "dest" place during `repo sync` command. | 512 | files; the "src" file will be copied to the "dest" place during `repo sync` |
| 513 | command. | ||
| 509 | .PP | 514 | .PP |
| 510 | "src" is project relative, "dest" is relative to the top of the tree. Copying | 515 | "src" is project relative, "dest" is relative to the top of the tree. Copying |
| 511 | from paths outside of the project or to paths outside of the repo client is not | 516 | from paths outside of the project or to paths outside of the repo client is not |
