summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/manifest-format.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt
index 65cd70bc..d5c6a024 100644
--- a/docs/manifest-format.txt
+++ b/docs/manifest-format.txt
@@ -143,14 +143,14 @@ Project elements not setting their own `dest-branch` will inherit
143this value. If this value is not set, projects will use `revision` 143this value. If this value is not set, projects will use `revision`
144by default instead. 144by default instead.
145 145
146Attribute `sync_j`: Number of parallel jobs to use when synching. 146Attribute `sync-j`: Number of parallel jobs to use when synching.
147 147
148Attribute `sync_c`: Set to true to only sync the given Git 148Attribute `sync-c`: Set to true to only sync the given Git
149branch (specified in the `revision` attribute) rather than the 149branch (specified in the `revision` attribute) rather than the
150whole ref space. Project elements lacking a sync_c element of 150whole ref space. Project elements lacking a sync-c element of
151their own will use this value. 151their own will use this value.
152 152
153Attribute `sync_s`: Set to true to also sync sub-projects. 153Attribute `sync-s`: Set to true to also sync sub-projects.
154 154
155 155
156Element manifest-server 156Element manifest-server
@@ -238,11 +238,11 @@ group "notdefault", it will not be automatically downloaded by repo.
238If the project has a parent element, the `name` and `path` here 238If the project has a parent element, the `name` and `path` here
239are the prefixed ones. 239are the prefixed ones.
240 240
241Attribute `sync_c`: Set to true to only sync the given Git 241Attribute `sync-c`: Set to true to only sync the given Git
242branch (specified in the `revision` attribute) rather than the 242branch (specified in the `revision` attribute) rather than the
243whole ref space. 243whole ref space.
244 244
245Attribute `sync_s`: Set to true to also sync sub-projects. 245Attribute `sync-s`: Set to true to also sync sub-projects.
246 246
247Attribute `upstream`: Name of the Git branch in which a sha1 247Attribute `upstream`: Name of the Git branch in which a sha1
248can be found. Used when syncing a revision locked manifest in 248can be found. Used when syncing a revision locked manifest in