summaryrefslogtreecommitdiffstats
path: root/docs/manifest-format.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manifest-format.txt')
-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 f187bfaf..28a21bb7 100644
--- a/docs/manifest-format.txt
+++ b/docs/manifest-format.txt
@@ -137,14 +137,14 @@ Project elements not setting their own `dest-branch` will inherit
137this value. If this value is not set, projects will use `revision` 137this value. If this value is not set, projects will use `revision`
138by default instead. 138by default instead.
139 139
140Attribute `sync_j`: Number of parallel jobs to use when synching. 140Attribute `sync-j`: Number of parallel jobs to use when synching.
141 141
142Attribute `sync_c`: Set to true to only sync the given Git 142Attribute `sync-c`: Set to true to only sync the given Git
143branch (specified in the `revision` attribute) rather than the 143branch (specified in the `revision` attribute) rather than the
144whole ref space. Project elements lacking a sync_c element of 144whole ref space. Project elements lacking a sync-c element of
145their own will use this value. 145their own will use this value.
146 146
147Attribute `sync_s`: Set to true to also sync sub-projects. 147Attribute `sync-s`: Set to true to also sync sub-projects.
148 148
149 149
150Element manifest-server 150Element manifest-server
@@ -232,11 +232,11 @@ group "notdefault", it will not be automatically downloaded by repo.
232If the project has a parent element, the `name` and `path` here 232If the project has a parent element, the `name` and `path` here
233are the prefixed ones. 233are the prefixed ones.
234 234
235Attribute `sync_c`: Set to true to only sync the given Git 235Attribute `sync-c`: Set to true to only sync the given Git
236branch (specified in the `revision` attribute) rather than the 236branch (specified in the `revision` attribute) rather than the
237whole ref space. 237whole ref space.
238 238
239Attribute `sync_s`: Set to true to also sync sub-projects. 239Attribute `sync-s`: Set to true to also sync sub-projects.
240 240
241Attribute `upstream`: Name of the Git branch in which a sha1 241Attribute `upstream`: Name of the Git branch in which a sha1
242can be found. Used when syncing a revision locked manifest in 242can be found. Used when syncing a revision locked manifest in