diff options
Diffstat (limited to 'docs/manifest-format.md')
-rw-r--r-- | docs/manifest-format.md | 10 |
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 | |||
432 | Attribute `remote`: Name of a previously defined remote element. | 433 | Attribute `remote`: Name of a previously defined remote element. |
433 | If not supplied the remote given by the default element is used. | 434 | If not supplied the remote given by the default element is used. |
434 | 435 | ||
436 | Attribute `revision`: Name of the Git branch the manifest wants | ||
437 | to track for this superproject. If not supplied the revision given | ||
438 | by the remote element is used if applicable, else the default | ||
439 | element is used. | ||
440 | |||
435 | ### Element contactinfo | 441 | ### Element contactinfo |
436 | 442 | ||
437 | *** | 443 | *** |