diff options
author | Conley Owens <cco3@android.com> | 2012-08-13 13:11:18 -0700 |
---|---|---|
committer | gerrit code review <noreply-gerritcodereview@google.com> | 2012-09-05 11:46:48 -0700 |
commit | bb1b5f5f863fca0e85764f5b35c117f5724d15c0 (patch) | |
tree | 0b6b8d0d6d027f2d0e0dd6fabdd4eafc6c919026 /docs/manifest-format.txt | |
parent | e2126652a3a1e08724a54091793bb29a79d31014 (diff) | |
download | git-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/manifest-format.txt')
-rw-r--r-- | docs/manifest-format.txt | 7 |
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 | ||
185 | Attribute `groups`: List of groups to which this project belongs, | 185 | Attribute `groups`: List of groups to which this project belongs, |
186 | whitespace or comma separated. All projects belong to the group | 186 | whitespace 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 |
188 | it's name:`name` and path:`path`. E.g. for | 188 | its 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 |
190 | definition is implicitly in the following manifest groups: | 190 | definition is implicitly in the following manifest groups: |
191 | default, name:monkeys, and path:barrel-of. | 191 | default, name:monkeys, and path:barrel-of. If you place a project in the |
192 | group "notdefault", it will not be automatically downloaded by repo. | ||
192 | 193 | ||
193 | Element annotation | 194 | Element annotation |
194 | ------------------ | 195 | ------------------ |