From da40341a3e6e2e45877426aaefb97b3f0735a776 Mon Sep 17 00:00:00 2001 From: Nasser Grainawi Date: Fri, 4 May 2018 12:53:29 -0600 Subject: manifest: Support a default upstream value It's convenient to set upstream for all projects in a manifest instead of repeating the same value for each project. Change-Id: I946b1de4efb01b351c332dfad108fa7d4f443cba --- docs/manifest-format.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index 56bdf142..0c957dd5 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt @@ -44,6 +44,7 @@ following DTD: + @@ -164,6 +165,11 @@ Project elements not setting their own `dest-branch` will inherit this value. If this value is not set, projects will use `revision` by default instead. +Attribute `upstream`: Name of the Git ref in which a sha1 +can be found. Used when syncing a revision locked manifest in +-c mode to avoid having to sync the entire ref space. Project elements +not setting their own `upstream` will inherit this value. + Attribute `sync-j`: Number of parallel jobs to use when synching. Attribute `sync-c`: Set to true to only sync the given Git -- cgit v1.2.3-54-g00ecf