summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2012-08-13 13:11:18 -0700
committergerrit code review <noreply-gerritcodereview@google.com>2012-09-05 11:46:48 -0700
commitbb1b5f5f863fca0e85764f5b35c117f5724d15c0 (patch)
tree0b6b8d0d6d027f2d0e0dd6fabdd4eafc6c919026 /docs
parente2126652a3a1e08724a54091793bb29a79d31014 (diff)
downloadgit-repo-bb1b5f5f863fca0e85764f5b35c117f5724d15c0.tar.gz
Allow projects to be specified as notdefault
Instead of every group being in the group "default", every project is now in the group "all". A group that should not be downloaded by default may be added to the group "notdefault". This allows all group names to be positive (instead of removing groups directly in the manifest with -default) and offers a clear way of selecting every project (--groups all). Change-Id: I99cd70309adb1f8460db3bbc6eff46bdcd22256f
Diffstat (limited to 'docs')
-rw-r--r--docs/manifest-format.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt
index 338e0219..f499868c 100644
--- a/docs/manifest-format.txt
+++ b/docs/manifest-format.txt
@@ -184,11 +184,12 @@ the default element is used.
184 184
185Attribute `groups`: List of groups to which this project belongs, 185Attribute `groups`: List of groups to which this project belongs,
186whitespace or comma separated. All projects belong to the group 186whitespace or comma separated. All projects belong to the group
187"default", and each project automatically belongs to a group of 187"all", and each project automatically belongs to a group of
188it's name:`name` and path:`path`. E.g. for 188its name:`name` and path:`path`. E.g. for
189<project name="monkeys" path="barrel-of"/>, that project 189<project name="monkeys" path="barrel-of"/>, that project
190definition is implicitly in the following manifest groups: 190definition is implicitly in the following manifest groups:
191default, name:monkeys, and path:barrel-of. 191default, name:monkeys, and path:barrel-of. If you place a project in the
192group "notdefault", it will not be automatically downloaded by repo.
192 193
193Element annotation 194Element annotation
194------------------ 195------------------