From 4cdfdb77343b2d4664c0a13c9e485a02988e578f Mon Sep 17 00:00:00 2001 From: Erik Elmeke Date: Fri, 9 Sep 2022 17:13:17 +0200 Subject: manifest: allow extend-project to override dest-branch and upstream Bug: https://crbug.com/gerrit/16238 Change-Id: Id6eff34791525b3df690e160c911c0286331984b Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/345144 Tested-by: Erik Elmeke Reviewed-by: Mike Frysinger --- docs/manifest-format.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/manifest-format.md') diff --git a/docs/manifest-format.md b/docs/manifest-format.md index 0d26296d..bcdf5a8e 100644 --- a/docs/manifest-format.md +++ b/docs/manifest-format.md @@ -105,6 +105,8 @@ following DTD: + + @@ -423,6 +425,12 @@ project. Same syntax as the corresponding element of `project`. Attribute `remote`: If specified, overrides the remote of the original project. Same syntax as the corresponding element of `project`. +Attribute `dest-branch`: If specified, overrides the dest-branch of the original +project. Same syntax as the corresponding element of `project`. + +Attribute `upstream`: If specified, overrides the upstream of the original +project. Same syntax as the corresponding element of `project`. + ### Element annotation Zero or more annotation elements may be specified as children of a -- cgit v1.2.3-54-g00ecf