From a32c92c206ad02f473cfa9558d4eac8f0fc738a8 Mon Sep 17 00:00:00 2001 From: YOUNG HO CHA Date: Wed, 14 Feb 2018 16:57:31 +0900 Subject: implement optional 'sync-tags' in the manifest file Allow the 'default' and 'project' element in the manifest file to apply "--no-tags" option equivalent. Change-Id: I7e0f8c17a0e25cca744d45df049076d203c52ff5 Signed-off-by: YOUNG HO CHA --- docs/manifest-format.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/manifest-format.txt') diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index 77784099..0e6cbe32 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt @@ -47,6 +47,7 @@ following DTD: + @@ -63,6 +64,7 @@ following DTD: + @@ -170,6 +172,10 @@ their own will use this value. Attribute `sync-s`: Set to true to also sync sub-projects. +Attribute `sync-tags`: Set to false to only sync the given Git +branch (specified in the `revision` attribute) rather than +the other ref tags. + Element manifest-server ----------------------- -- cgit v1.2.3-54-g00ecf