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, 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
553all projects in included manifests carry all parent include groups. 554all projects in included manifests carry all parent include groups.
554Same syntax as the corresponding element of `project`. 555Same syntax as the corresponding element of `project`.
555 556
557Attribute `revision`: Name of a Git branch (e.g. `main` or `refs/heads/main`)
558default to which all projects in the included manifest belong.
559
556## Local Manifests {#local-manifests} 560## Local Manifests {#local-manifests}
557 561
558Additional remotes and projects may be added through local manifest 562Additional remotes and projects may be added through local manifest