summaryrefslogtreecommitdiffstats
path: root/docs/manifest-format.md
diff options
context:
space:
mode:
authorLaMont Jones <lamontjones@google.com>2022-02-25 17:05:21 +0000
committerLaMont Jones <lamontjones@google.com>2022-02-28 20:08:58 +0000
commitb308db1e2a982ae4158cb6fedd23d3d547bd09b0 (patch)
tree01cf56da1875f742489499096430b7b2f45cc3b1 /docs/manifest-format.md
parentcc879a97c3e2614d19b15b4661c3cab4d33139c9 (diff)
downloadgit-repo-b308db1e2a982ae4158cb6fedd23d3d547bd09b0.tar.gz
manifest_xml: group for submanifest projects
Add all projects in a submanifest to the group submanifest::<path_prefix> for ease in filtering. Change-Id: Ia6f01f9445f4f8d20fda3402f4d5821c43ceaf7f Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/331319 Tested-by: LaMont Jones <lamontjones@google.com> Reviewed-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'docs/manifest-format.md')
-rw-r--r--docs/manifest-format.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md
index 7c0a7da9..6e671080 100644
--- a/docs/manifest-format.md
+++ b/docs/manifest-format.md
@@ -281,6 +281,9 @@ with the new settings needed.
281If not supplied the remote and project for this manifest will be used: `remote` 281If not supplied the remote and project for this manifest will be used: `remote`
282cannot be supplied. 282cannot be supplied.
283 283
284Projects from a submanifest and its submanifests are added to the
285submanifest::path:<path_prefix> group.
286
284Attribute `manifest-name`: The manifest filename in the manifest project. If 287Attribute `manifest-name`: The manifest filename in the manifest project. If
285not supplied, `default.xml` is used. 288not supplied, `default.xml` is used.
286 289