From bd0aae95f56d46cef665e11f2ee88581b88fcfce Mon Sep 17 00:00:00 2001 From: Kyunam Jo Date: Tue, 4 Feb 2020 11:38:53 +0900 Subject: Add a way to override the remote using This commit supports for the 'remote' attribute in . This avoids the need to perform a followed by a in local manifests. Change-Id: I9f9347913337ec9d159bc264d15ce97881ae5398 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/253092 Tested-by: Kyunam Jo Reviewed-by: Mike Frysinger --- docs/manifest-format.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/manifest-format.md b/docs/manifest-format.md index a39f97e8..b439dcb7 100644 --- a/docs/manifest-format.md +++ b/docs/manifest-format.md @@ -89,6 +89,7 @@ following DTD: + @@ -306,6 +307,9 @@ belongs. Same syntax as the corresponding element of `project`. Attribute `revision`: If specified, overrides the revision of the original 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`. + ### Element annotation Zero or more annotation elements may be specified as children of a -- cgit v1.2.3-54-g00ecf