From 877ef91be20cbb7b2963c457b0fbda4545e5fa72 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 6 Nov 2025 22:22:10 +0100 Subject: man: Regenerate after manifest update Change-Id: I0e7ef5d4189eaaf6878be709b437ecfb57570e3f Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/524921 Commit-Queue: Peter Kjellerstedt Reviewed-by: Mike Frysinger Reviewed-by: Gavin Mak Tested-by: Peter Kjellerstedt --- man/repo-manifest.1 | 27 ++++++++++++++++----------- 1 file 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 @@ .\" 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 repo \- repo manifest - manual page for repo manifest .SH SYNOPSIS @@ -186,8 +186,11 @@ CDATA #IMPLIED> +.TP + .IP - @@ -493,19 +496,21 @@ element of `project`. .PP Element annotation .PP -Zero or more annotation elements may be specified as children of a project or -remote element. Each element describes a name\-value pair. For projects, this -name\-value pair will be exported into each project's environment during a -\&'forall' command, prefixed with `REPO__`. In addition, there is an optional -attribute "keep" which accepts the case insensitive values "true" (default) or -"false". This attribute determines whether or not the annotation will be kept -when exported with the manifest subcommand. +Zero or more annotation elements may be specified as children of a project +element, an extend\-project element, or a remote element. Each element describes +a name\-value pair. For projects, this name\-value pair will be exported into each +project's environment during a 'forall' command, prefixed with `REPO__`. In +addition, there is an optional attribute "keep" which accepts the case +insensitive values "true" (default) or "false". This attribute determines +whether or not the annotation will be kept when exported with the manifest +subcommand. .PP Element copyfile .PP 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 -copied to the "dest" place during `repo sync` command. +element, or an extend\-project element. Each element describes a src\-dest pair of +files; the "src" file will be copied to the "dest" place during `repo sync` +command. .PP "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 -- cgit v1.2.3-54-g00ecf