summaryrefslogtreecommitdiffstats
path: root/docs/manifest-format.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manifest-format.md')
-rw-r--r--docs/manifest-format.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md
index 42e1ab18..b45b9180 100644
--- a/docs/manifest-format.md
+++ b/docs/manifest-format.md
@@ -287,7 +287,7 @@ should be placed. If not supplied, `revision` is used.
287 287
288`path` may not be an absolute path or use "." or ".." path components. 288`path` may not be an absolute path or use "." or ".." path components.
289 289
290Attribute `groups`: List of additional groups to which all projects 290Attribute `groups`: Set of additional groups to which all projects
291in the included submanifest belong. This appends and recurses, meaning 291in the included submanifest belong. This appends and recurses, meaning
292all projects in submanifests carry all parent submanifest groups. 292all projects in submanifests carry all parent submanifest groups.
293Same syntax as the corresponding element of `project`. 293Same syntax as the corresponding element of `project`.
@@ -355,7 +355,7 @@ When using `repo upload`, changes will be submitted for code
355review on this branch. If unspecified both here and in the 355review on this branch. If unspecified both here and in the
356default element, `revision` is used instead. 356default element, `revision` is used instead.
357 357
358Attribute `groups`: List of groups to which this project belongs, 358Attribute `groups`: Set of groups to which this project belongs,
359whitespace or comma separated. All projects belong to the group 359whitespace or comma separated. All projects belong to the group
360"all", and each project automatically belongs to a group of 360"all", and each project automatically belongs to a group of
361its name:`name` and path:`path`. E.g. for 361its name:`name` and path:`path`. E.g. for
@@ -403,7 +403,7 @@ of the repo client where the Git working directory for this project
403should be placed. This is used to move a project in the checkout by 403should be placed. This is used to move a project in the checkout by
404overriding the existing `path` setting. 404overriding the existing `path` setting.
405 405
406Attribute `groups`: List of additional groups to which this project 406Attribute `groups`: Set of additional groups to which this project
407belongs. Same syntax as the corresponding element of `project`. 407belongs. Same syntax as the corresponding element of `project`.
408 408
409Attribute `revision`: If specified, overrides the revision of the original 409Attribute `revision`: If specified, overrides the revision of the original
@@ -572,7 +572,7 @@ the manifest repository's root.
572"name" may not be an absolute path or use "." or ".." path components. 572"name" may not be an absolute path or use "." or ".." path components.
573These restrictions are not enforced for [Local Manifests]. 573These restrictions are not enforced for [Local Manifests].
574 574
575Attribute `groups`: List of additional groups to which all projects 575Attribute `groups`: Set of additional groups to which all projects
576in the included manifest belong. This appends and recurses, meaning 576in the included manifest belong. This appends and recurses, meaning
577all projects in included manifests carry all parent include groups. 577all projects in included manifests carry all parent include groups.
578This also applies to all extend-project elements in the included manifests. 578This also applies to all extend-project elements in the included manifests.