summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2025-11-07 23:09:57 +0100
committerLUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com>2025-11-26 02:05:48 -0800
commit47c24b5c4092ce397c94c05d8686c8bcac64fbb2 (patch)
tree766255098811530bd0e53518f940f29a5efdc176 /docs
parentbe33106ffc516c9631a78e1c1d2ebea3a955d71a (diff)
downloadgit-repo-47c24b5c4092ce397c94c05d8686c8bcac64fbb2.tar.gz
manifest: Make include groups propagate to extend-project elements
Any groups specified to an include element should propagate to any extend-project elements and then on to the projects. Change-Id: I62b95689cc13660858564ae569cbfd095961ecc7 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/525321 Tested-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Commit-Queue: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Reviewed-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/manifest-format.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md
index 06d370a3e..d1a11cc99 100644
--- a/docs/manifest-format.md
+++ b/docs/manifest-format.md
@@ -566,6 +566,7 @@ These restrictions are not enforced for [Local Manifests].
566Attribute `groups`: List of additional groups to which all projects 566Attribute `groups`: List of additional groups to which all projects
567in the included manifest belong. This appends and recurses, meaning 567in the included manifest belong. This appends and recurses, meaning
568all projects in included manifests carry all parent include groups. 568all projects in included manifests carry all parent include groups.
569This also applies to all extend-project elements in the included manifests.
569Same syntax as the corresponding element of `project`. 570Same syntax as the corresponding element of `project`.
570 571
571Attribute `revision`: Name of a Git branch (e.g. `main` or `refs/heads/main`) 572Attribute `revision`: Name of a Git branch (e.g. `main` or `refs/heads/main`)