mirror of
https://gerrit.googlesource.com/git-repo
synced 2026-01-12 01:20:26 +00:00
man: Regenerate after manifest update
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>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
|
||||||
.TH REPO "1" "April 2025" "repo manifest" "Repo Manual"
|
.TH REPO "1" "November 2025" "repo manifest" "Repo Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
repo \- repo manifest - manual page for repo manifest
|
repo \- repo manifest - manual page for repo manifest
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -186,8 +186,11 @@ CDATA #IMPLIED>
|
|||||||
<!ELEMENT linkfile EMPTY>
|
<!ELEMENT linkfile EMPTY>
|
||||||
<!ATTLIST linkfile src CDATA #REQUIRED>
|
<!ATTLIST linkfile src CDATA #REQUIRED>
|
||||||
<!ATTLIST linkfile dest CDATA #REQUIRED>
|
<!ATTLIST linkfile dest CDATA #REQUIRED>
|
||||||
|
.TP
|
||||||
|
<!ELEMENT extend\-project (annotation*,
|
||||||
|
copyfile*,
|
||||||
|
linkfile*)>
|
||||||
.IP
|
.IP
|
||||||
<!ELEMENT extend\-project EMPTY>
|
|
||||||
<!ATTLIST extend\-project name CDATA #REQUIRED>
|
<!ATTLIST extend\-project name CDATA #REQUIRED>
|
||||||
<!ATTLIST extend\-project path CDATA #IMPLIED>
|
<!ATTLIST extend\-project path CDATA #IMPLIED>
|
||||||
<!ATTLIST extend\-project dest\-path CDATA #IMPLIED>
|
<!ATTLIST extend\-project dest\-path CDATA #IMPLIED>
|
||||||
@@ -493,19 +496,21 @@ element of `project`.
|
|||||||
.PP
|
.PP
|
||||||
Element annotation
|
Element annotation
|
||||||
.PP
|
.PP
|
||||||
Zero or more annotation elements may be specified as children of a project or
|
Zero or more annotation elements may be specified as children of a project
|
||||||
remote element. Each element describes a name\-value pair. For projects, this
|
element, an extend\-project element, or a remote element. Each element describes
|
||||||
name\-value pair will be exported into each project's environment during a
|
a name\-value pair. For projects, this name\-value pair will be exported into each
|
||||||
\&'forall' command, prefixed with `REPO__`. In addition, there is an optional
|
project's environment during a 'forall' command, prefixed with `REPO__`. In
|
||||||
attribute "keep" which accepts the case insensitive values "true" (default) or
|
addition, there is an optional attribute "keep" which accepts the case
|
||||||
"false". This attribute determines whether or not the annotation will be kept
|
insensitive values "true" (default) or "false". This attribute determines
|
||||||
when exported with the manifest subcommand.
|
whether or not the annotation will be kept when exported with the manifest
|
||||||
|
subcommand.
|
||||||
.PP
|
.PP
|
||||||
Element copyfile
|
Element copyfile
|
||||||
.PP
|
.PP
|
||||||
Zero or more copyfile elements may be specified as children of a project
|
Zero or more copyfile elements may be specified as children of a project
|
||||||
element. Each element describes a src\-dest pair of files; the "src" file will be
|
element, or an extend\-project element. Each element describes a src\-dest pair of
|
||||||
copied to the "dest" place during `repo sync` command.
|
files; the "src" file will be copied to the "dest" place during `repo sync`
|
||||||
|
command.
|
||||||
.PP
|
.PP
|
||||||
"src" is project relative, "dest" is relative to the top of the tree. Copying
|
"src" is project relative, "dest" is relative to the top of the tree. Copying
|
||||||
from paths outside of the project or to paths outside of the repo client is not
|
from paths outside of the project or to paths outside of the repo client is not
|
||||||
|
|||||||
Reference in New Issue
Block a user