summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMani Chandel <mani.chandel@tcs.com>2014-07-24 16:27:08 +0530
committerMani Chandel <mani.chandel@tcs.com>2014-07-24 16:27:08 +0530
commit7a91d51dcfc9516abc38aeaf5462ac55d454bb43 (patch)
tree484ea52178b2a6185916dafe9a7ddce304bb8783 /docs
parenta8d539189e1c788663f022cbebd3b5ff28aaeb4b (diff)
downloadgit-repo-7a91d51dcfc9516abc38aeaf5462ac55d454bb43.tar.gz
Enable transferring of attribute using command 'repo manifest -o -'
'upstream' attribute is now transferred to the new manifest xml that is created when using command 'repo manifest -o -'. Manifest help is updated for the attributes 'sync-c','sync-s' and 'sync-j'. Bug: Issue 164 Change-Id: If63f781e91d25c5b5b5ea0696b0c04337b0a686a
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 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