From d648045366b3710c834531295bd643bceb0c612c Mon Sep 17 00:00:00 2001 From: Steve Rae Date: Wed, 10 Aug 2016 15:00:00 -0700 Subject: implement optional 'pushurl' in the manifest file Allow the 'remote' element in the manifest file to define an optional 'pushurl' attribute which is passed into the .git/config file. Change-Id: If342d299d371374aedc4440645798888869c9714 Signed-off-by: Steve Rae --- docs/manifest-format.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/manifest-format.txt') diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index 8fd9137c..2a07f199 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt @@ -35,6 +35,7 @@ following DTD: + @@ -125,6 +126,12 @@ Attribute `fetch`: The Git URL prefix for all projects which use this remote. Each project's name is appended to this prefix to form the actual URL used to clone the project. +Attribute `pushurl`: The Git "push" URL prefix for all projects +which use this remote. Each project's name is appended to this +prefix to form the actual URL used to "git push" the project. +This attribute is optional; if not specified then "git push" +will use the same URL as the `fetch` attribute. + Attribute `review`: Hostname of the Gerrit server where reviews are uploaded to by `repo upload`. This attribute is optional; if not specified then `repo upload` will not function. -- cgit v1.2.3-54-g00ecf