diff options
Diffstat (limited to 'man/repo-manifest.1')
-rw-r--r-- | man/repo-manifest.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/repo-manifest.1 b/man/repo-manifest.1 index 382918ce..e49836ca 100644 --- a/man/repo-manifest.1 +++ b/man/repo-manifest.1 | |||
@@ -1,5 +1,5 @@ | |||
1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. | 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. |
2 | .TH REPO "1" "July 2022" "repo manifest" "Repo Manual" | 2 | .TH REPO "1" "October 2022" "repo manifest" "Repo Manual" |
3 | .SH NAME | 3 | .SH NAME |
4 | repo \- repo manifest - manual page for repo manifest | 4 | repo \- repo manifest - manual page for repo manifest |
5 | .SH SYNOPSIS | 5 | .SH SYNOPSIS |
@@ -190,6 +190,8 @@ CDATA #IMPLIED> | |||
190 | <!ATTLIST extend\-project groups CDATA #IMPLIED> | 190 | <!ATTLIST extend\-project groups CDATA #IMPLIED> |
191 | <!ATTLIST extend\-project revision CDATA #IMPLIED> | 191 | <!ATTLIST extend\-project revision CDATA #IMPLIED> |
192 | <!ATTLIST extend\-project remote CDATA #IMPLIED> | 192 | <!ATTLIST extend\-project remote CDATA #IMPLIED> |
193 | <!ATTLIST extend\-project dest\-branch CDATA #IMPLIED> | ||
194 | <!ATTLIST extend\-project upstream CDATA #IMPLIED> | ||
193 | .IP | 195 | .IP |
194 | <!ELEMENT remove\-project EMPTY> | 196 | <!ELEMENT remove\-project EMPTY> |
195 | <!ATTLIST remove\-project name CDATA #REQUIRED> | 197 | <!ATTLIST remove\-project name CDATA #REQUIRED> |
@@ -485,6 +487,12 @@ project. Same syntax as the corresponding element of `project`. | |||
485 | Attribute `remote`: If specified, overrides the remote of the original project. | 487 | Attribute `remote`: If specified, overrides the remote of the original project. |
486 | Same syntax as the corresponding element of `project`. | 488 | Same syntax as the corresponding element of `project`. |
487 | .PP | 489 | .PP |
490 | Attribute `dest\-branch`: If specified, overrides the dest\-branch of the original | ||
491 | project. Same syntax as the corresponding element of `project`. | ||
492 | .PP | ||
493 | Attribute `upstream`: If specified, overrides the upstream of the original | ||
494 | project. Same syntax as the corresponding element of `project`. | ||
495 | .PP | ||
488 | Element annotation | 496 | Element annotation |
489 | .PP | 497 | .PP |
490 | Zero or more annotation elements may be specified as children of a project or | 498 | Zero or more annotation elements may be specified as children of a project or |
@@ -600,7 +608,7 @@ included manifest belong. This appends and recurses, meaning all projects in | |||
600 | included manifests carry all parent include groups. Same syntax as the | 608 | included manifests carry all parent include groups. Same syntax as the |
601 | corresponding element of `project`. | 609 | corresponding element of `project`. |
602 | .PP | 610 | .PP |
603 | Local Manifests | 611 | Local Manifests |
604 | .PP | 612 | .PP |
605 | Additional remotes and projects may be added through local manifest files stored | 613 | Additional remotes and projects may be added through local manifest files stored |
606 | in `$TOP_DIR/.repo/local_manifests/*.xml`. | 614 | in `$TOP_DIR/.repo/local_manifests/*.xml`. |