diff options
author | Mani Chandel <mani.chandel@tcs.com> | 2014-07-24 16:27:08 +0530 |
---|---|---|
committer | Mani Chandel <mani.chandel@tcs.com> | 2014-07-24 16:27:08 +0530 |
commit | 7a91d51dcfc9516abc38aeaf5462ac55d454bb43 (patch) | |
tree | 484ea52178b2a6185916dafe9a7ddce304bb8783 /docs | |
parent | a8d539189e1c788663f022cbebd3b5ff28aaeb4b (diff) | |
download | git-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.txt | 12 |
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 | |||
137 | this value. If this value is not set, projects will use `revision` | 137 | this value. If this value is not set, projects will use `revision` |
138 | by default instead. | 138 | by default instead. |
139 | 139 | ||
140 | Attribute `sync_j`: Number of parallel jobs to use when synching. | 140 | Attribute `sync-j`: Number of parallel jobs to use when synching. |
141 | 141 | ||
142 | Attribute `sync_c`: Set to true to only sync the given Git | 142 | Attribute `sync-c`: Set to true to only sync the given Git |
143 | branch (specified in the `revision` attribute) rather than the | 143 | branch (specified in the `revision` attribute) rather than the |
144 | whole ref space. Project elements lacking a sync_c element of | 144 | whole ref space. Project elements lacking a sync-c element of |
145 | their own will use this value. | 145 | their own will use this value. |
146 | 146 | ||
147 | Attribute `sync_s`: Set to true to also sync sub-projects. | 147 | Attribute `sync-s`: Set to true to also sync sub-projects. |
148 | 148 | ||
149 | 149 | ||
150 | Element manifest-server | 150 | Element manifest-server |
@@ -232,11 +232,11 @@ group "notdefault", it will not be automatically downloaded by repo. | |||
232 | If the project has a parent element, the `name` and `path` here | 232 | If the project has a parent element, the `name` and `path` here |
233 | are the prefixed ones. | 233 | are the prefixed ones. |
234 | 234 | ||
235 | Attribute `sync_c`: Set to true to only sync the given Git | 235 | Attribute `sync-c`: Set to true to only sync the given Git |
236 | branch (specified in the `revision` attribute) rather than the | 236 | branch (specified in the `revision` attribute) rather than the |
237 | whole ref space. | 237 | whole ref space. |
238 | 238 | ||
239 | Attribute `sync_s`: Set to true to also sync sub-projects. | 239 | Attribute `sync-s`: Set to true to also sync sub-projects. |
240 | 240 | ||
241 | Attribute `upstream`: Name of the Git branch in which a sha1 | 241 | Attribute `upstream`: Name of the Git branch in which a sha1 |
242 | can be found. Used when syncing a revision locked manifest in | 242 | can be found. Used when syncing a revision locked manifest in |