Skip to content

Commit 877ef91

Browse files
Peter KjellerstedtLUCI
authored andcommitted
man: Regenerate after manifest update
Change-Id: I0e7ef5d4189eaaf6878be709b437ecfb57570e3f Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/524921 Commit-Queue: Peter Kjellerstedt <[email protected]> Reviewed-by: Mike Frysinger <[email protected]> Reviewed-by: Gavin Mak <[email protected]> Tested-by: Peter Kjellerstedt <[email protected]>
1 parent 4ab2284 commit 877ef91

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

man/repo-manifest.1

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" 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"
33
.SH NAME
44
repo \- repo manifest - manual page for repo manifest
55
.SH SYNOPSIS
@@ -186,8 +186,11 @@ CDATA #IMPLIED>
186186
<!ELEMENT linkfile EMPTY>
187187
<!ATTLIST linkfile src CDATA #REQUIRED>
188188
<!ATTLIST linkfile dest CDATA #REQUIRED>
189+
.TP
190+
<!ELEMENT extend\-project (annotation*,
191+
copyfile*,
192+
linkfile*)>
189193
.IP
190-
<!ELEMENT extend\-project EMPTY>
191194
<!ATTLIST extend\-project name CDATA #REQUIRED>
192195
<!ATTLIST extend\-project path CDATA #IMPLIED>
193196
<!ATTLIST extend\-project dest\-path CDATA #IMPLIED>
@@ -493,19 +496,21 @@ element of `project`.
493496
.PP
494497
Element annotation
495498
.PP
496-
Zero or more annotation elements may be specified as children of a project or
497-
remote element. Each element describes a name\-value pair. For projects, this
498-
name\-value pair will be exported into each project's environment during a
499-
\&'forall' command, prefixed with `REPO__`. In addition, there is an optional
500-
attribute "keep" which accepts the case insensitive values "true" (default) or
501-
"false". This attribute determines whether or not the annotation will be kept
502-
when exported with the manifest subcommand.
499+
Zero or more annotation elements may be specified as children of a project
500+
element, an extend\-project element, or a remote element. Each element describes
501+
a name\-value pair. For projects, this name\-value pair will be exported into each
502+
project's environment during a 'forall' command, prefixed with `REPO__`. In
503+
addition, there is an optional attribute "keep" which accepts the case
504+
insensitive values "true" (default) or "false". This attribute determines
505+
whether or not the annotation will be kept when exported with the manifest
506+
subcommand.
503507
.PP
504508
Element copyfile
505509
.PP
506510
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
508-
copied to the "dest" place during `repo sync` command.
511+
element, or an extend\-project element. Each element describes a src\-dest pair of
512+
files; the "src" file will be copied to the "dest" place during `repo sync`
513+
command.
509514
.PP
510515
"src" is project relative, "dest" is relative to the top of the tree. Copying
511516
from paths outside of the project or to paths outside of the repo client is not

0 commit comments

Comments
 (0)