diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2025-11-08 06:42:53 +0100 |
|---|---|---|
| committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2025-11-26 02:08:44 -0800 |
| commit | 3073a9004606eec6e3eff8a6e3260b81cd8f4e02 (patch) | |
| tree | 78272bb34d966dd854c45c0832a39449d5306acc /docs/manifest-format.md | |
| parent | 75773b8b9d265bc8ef113586be5c3e2d36250983 (diff) | |
| download | git-repo-3073a9004606eec6e3eff8a6e3260b81cd8f4e02.tar.gz | |
manifest: Propagate revision attribute through multiple levels of includemain
Make sure a revision attribute for an include element is propagated
through multiple levels of manifest includes.
Change-Id: If37d65b0cd47da673719976598175d0eb6b7cbbe
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/525341
Reviewed-by: Mike Frysinger <vapier@google.com>
Tested-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Commit-Queue: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Reviewed-by: Gavin Mak <gavinmak@google.com>
Diffstat (limited to 'docs/manifest-format.md')
| -rw-r--r-- | docs/manifest-format.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md index b45b9180..bf1a0933 100644 --- a/docs/manifest-format.md +++ b/docs/manifest-format.md | |||
| @@ -579,7 +579,9 @@ This also applies to all extend-project elements in the included manifests. | |||
| 579 | Same syntax as the corresponding element of `project`. | 579 | Same syntax as the corresponding element of `project`. |
| 580 | 580 | ||
| 581 | Attribute `revision`: Name of a Git branch (e.g. `main` or `refs/heads/main`) | 581 | Attribute `revision`: Name of a Git branch (e.g. `main` or `refs/heads/main`) |
| 582 | default to which all projects in the included manifest belong. | 582 | default to which all projects in the included manifest belong. This recurses, |
| 583 | meaning it will apply to all projects in all manifests included as a result of | ||
| 584 | this element. | ||
| 583 | 585 | ||
| 584 | ## Local Manifests {#local-manifests} | 586 | ## Local Manifests {#local-manifests} |
| 585 | 587 | ||
