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.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md
index 854e5e1b..ed297ae7 100644
--- a/docs/manifest-format.md
+++ b/docs/manifest-format.md
@@ -103,8 +103,9 @@ following DTD:
103 <!ATTLIST repo-hooks enabled-list CDATA #REQUIRED> 103 <!ATTLIST repo-hooks enabled-list CDATA #REQUIRED>
104 104
105 <!ELEMENT superproject EMPTY> 105 <!ELEMENT superproject EMPTY>
106 <!ATTLIST superproject name CDATA #REQUIRED> 106 <!ATTLIST superproject name CDATA #REQUIRED>
107 <!ATTLIST superproject remote IDREF #IMPLIED> 107 <!ATTLIST superproject remote IDREF #IMPLIED>
108 <!ATTLIST superproject revision CDATA #IMPLIED>
108 109
109 <!ELEMENT contactinfo EMPTY> 110 <!ELEMENT contactinfo EMPTY>
110 <!ATTLIST contactinfo bugurl CDATA #REQUIRED> 111 <!ATTLIST contactinfo bugurl CDATA #REQUIRED>
@@ -432,6 +433,11 @@ same meaning as project's name attribute. See the
432Attribute `remote`: Name of a previously defined remote element. 433Attribute `remote`: Name of a previously defined remote element.
433If not supplied the remote given by the default element is used. 434If not supplied the remote given by the default element is used.
434 435
436Attribute `revision`: Name of the Git branch the manifest wants
437to track for this superproject. If not supplied the revision given
438by the remote element is used if applicable, else the default
439element is used.
440
435### Element contactinfo 441### Element contactinfo
436 442
437*** 443***