diff options
Diffstat (limited to 'docs/manifest-format.md')
-rw-r--r-- | docs/manifest-format.md | 4 |
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 | |||
302 | all projects in submanifests carry all parent submanifest groups. | 303 | all projects in submanifests carry all parent submanifest groups. |
303 | Same syntax as the corresponding element of `project`. | 304 | Same syntax as the corresponding element of `project`. |
304 | 305 | ||
306 | Attribute `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 | ||
308 | list instead of "default" as the list of groups to sync. | ||
305 | 309 | ||
306 | ### Element project | 310 | ### Element project |
307 | 311 | ||