diff options
Diffstat (limited to 'docs/manifest-format.md')
-rw-r--r-- | docs/manifest-format.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md index bcdf5a8e..edcb28cb 100644 --- a/docs/manifest-format.md +++ b/docs/manifest-format.md | |||
@@ -125,8 +125,9 @@ following DTD: | |||
125 | <!ATTLIST contactinfo bugurl CDATA #REQUIRED> | 125 | <!ATTLIST contactinfo bugurl CDATA #REQUIRED> |
126 | 126 | ||
127 | <!ELEMENT include EMPTY> | 127 | <!ELEMENT include EMPTY> |
128 | <!ATTLIST include name CDATA #REQUIRED> | 128 | <!ATTLIST include name CDATA #REQUIRED> |
129 | <!ATTLIST include groups CDATA #IMPLIED> | 129 | <!ATTLIST include groups CDATA #IMPLIED> |
130 | <!ATTLIST include revision CDATA #IMPLIED> | ||
130 | ]> | 131 | ]> |
131 | ``` | 132 | ``` |
132 | 133 | ||
@@ -553,6 +554,9 @@ in the included manifest belong. This appends and recurses, meaning | |||
553 | all projects in included manifests carry all parent include groups. | 554 | all projects in included manifests carry all parent include groups. |
554 | Same syntax as the corresponding element of `project`. | 555 | Same syntax as the corresponding element of `project`. |
555 | 556 | ||
557 | Attribute `revision`: Name of a Git branch (e.g. `main` or `refs/heads/main`) | ||
558 | default to which all projects in the included manifest belong. | ||
559 | |||
556 | ## Local Manifests {#local-manifests} | 560 | ## Local Manifests {#local-manifests} |
557 | 561 | ||
558 | Additional remotes and projects may be added through local manifest | 562 | Additional remotes and projects may be added through local manifest |