diff options
Diffstat (limited to 'docs/manifest-format.md')
| -rw-r--r-- | docs/manifest-format.md | 8 |
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 | ||
| 290 | Attribute `groups`: List of additional groups to which all projects | 290 | Attribute `groups`: Set of additional groups to which all projects |
| 291 | in the included submanifest belong. This appends and recurses, meaning | 291 | in the included submanifest belong. This appends and recurses, meaning |
| 292 | all projects in submanifests carry all parent submanifest groups. | 292 | all projects in submanifests carry all parent submanifest groups. |
| 293 | Same syntax as the corresponding element of `project`. | 293 | Same syntax as the corresponding element of `project`. |
| @@ -355,7 +355,7 @@ When using `repo upload`, changes will be submitted for code | |||
| 355 | review on this branch. If unspecified both here and in the | 355 | review on this branch. If unspecified both here and in the |
| 356 | default element, `revision` is used instead. | 356 | default element, `revision` is used instead. |
| 357 | 357 | ||
| 358 | Attribute `groups`: List of groups to which this project belongs, | 358 | Attribute `groups`: Set of groups to which this project belongs, |
| 359 | whitespace or comma separated. All projects belong to the group | 359 | whitespace 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 |
| 361 | its name:`name` and path:`path`. E.g. for | 361 | its name:`name` and path:`path`. E.g. for |
| @@ -403,7 +403,7 @@ of the repo client where the Git working directory for this project | |||
| 403 | should be placed. This is used to move a project in the checkout by | 403 | should be placed. This is used to move a project in the checkout by |
| 404 | overriding the existing `path` setting. | 404 | overriding the existing `path` setting. |
| 405 | 405 | ||
| 406 | Attribute `groups`: List of additional groups to which this project | 406 | Attribute `groups`: Set of additional groups to which this project |
| 407 | belongs. Same syntax as the corresponding element of `project`. | 407 | belongs. Same syntax as the corresponding element of `project`. |
| 408 | 408 | ||
| 409 | Attribute `revision`: If specified, overrides the revision of the original | 409 | Attribute `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. |
| 573 | These restrictions are not enforced for [Local Manifests]. | 573 | These restrictions are not enforced for [Local Manifests]. |
| 574 | 574 | ||
| 575 | Attribute `groups`: List of additional groups to which all projects | 575 | Attribute `groups`: Set of additional groups to which all projects |
| 576 | in the included manifest belong. This appends and recurses, meaning | 576 | in the included manifest belong. This appends and recurses, meaning |
| 577 | all projects in included manifests carry all parent include groups. | 577 | all projects in included manifests carry all parent include groups. |
| 578 | This also applies to all extend-project elements in the included manifests. | 578 | This also applies to all extend-project elements in the included manifests. |
