From 6ea0caea86f4c6b1f934b682a3aa7722e98a46f9 Mon Sep 17 00:00:00 2001 From: Jack Neus Date: Tue, 20 Jul 2021 20:52:33 +0000 Subject: repo: properly handle remote annotations in manifest_xml BUG=b:192664812 TEST=tests/ Change-Id: I1aa50260f4a00d3cebbd531141e1626825e70127 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/312643 Tested-by: Jack Neus Reviewed-by: Mike Frysinger --- docs/manifest-format.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/manifest-format.md') diff --git a/docs/manifest-format.md b/docs/manifest-format.md index c3bfcff0..854e5e1b 100644 --- a/docs/manifest-format.md +++ b/docs/manifest-format.md @@ -36,7 +36,7 @@ following DTD: - + @@ -348,12 +348,12 @@ project. Same syntax as the corresponding element of `project`. ### Element annotation Zero or more annotation elements may be specified as children of a -project element. Each element describes a name-value pair that 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. +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. ### Element copyfile -- cgit v1.2.3-54-g00ecf