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.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md
index 45fd615e..c3bfcff0 100644
--- a/docs/manifest-format.md
+++ b/docs/manifest-format.md
@@ -96,6 +96,7 @@ following DTD:
96 96
97 <!ELEMENT remove-project EMPTY> 97 <!ELEMENT remove-project EMPTY>
98 <!ATTLIST remove-project name CDATA #REQUIRED> 98 <!ATTLIST remove-project name CDATA #REQUIRED>
99 <!ATTLIST remove-project optional CDATA #IMPLIED>
99 100
100 <!ELEMENT repo-hooks EMPTY> 101 <!ELEMENT repo-hooks EMPTY>
101 <!ATTLIST repo-hooks in-project CDATA #REQUIRED> 102 <!ATTLIST repo-hooks in-project CDATA #REQUIRED>
@@ -393,6 +394,9 @@ This element is mostly useful in a local manifest file, where
393the user can remove a project, and possibly replace it with their 394the user can remove a project, and possibly replace it with their
394own definition. 395own definition.
395 396
397Attribute `optional`: Set to true to ignore remove-project elements with no
398matching `project` element.
399
396### Element repo-hooks 400### Element repo-hooks
397 401
398NB: See the [practical documentation](./repo-hooks.md) for using repo hooks. 402NB: See the [practical documentation](./repo-hooks.md) for using repo hooks.