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 6e671080..0d26296d 100644
--- a/docs/manifest-format.md
+++ b/docs/manifest-format.md
@@ -66,6 +66,7 @@ following DTD:
66 <!ATTLIST submanifest revision CDATA #IMPLIED> 66 <!ATTLIST submanifest revision CDATA #IMPLIED>
67 <!ATTLIST submanifest path CDATA #IMPLIED> 67 <!ATTLIST submanifest path CDATA #IMPLIED>
68 <!ATTLIST submanifest groups CDATA #IMPLIED> 68 <!ATTLIST submanifest groups CDATA #IMPLIED>
69 <!ATTLIST submanifest default-groups CDATA #IMPLIED>
69 70
70 <!ELEMENT project (annotation*, 71 <!ELEMENT project (annotation*,
71 project*, 72 project*,
@@ -302,6 +303,9 @@ in the included submanifest belong. This appends and recurses, meaning
302all projects in submanifests carry all parent submanifest groups. 303all projects in submanifests carry all parent submanifest groups.
303Same syntax as the corresponding element of `project`. 304Same syntax as the corresponding element of `project`.
304 305
306Attribute `default-groups`: The list of manifest groups to sync if no
307`--groups=` parameter was specified at init. When that list is empty, use this
308list instead of "default" as the list of groups to sync.
305 309
306### Element project 310### Element project
307 311