summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/repo-gc.143
-rw-r--r--man/repo-manifest.120
-rw-r--r--man/repo.15
3 files changed, 66 insertions, 2 deletions
diff --git a/man/repo-gc.1 b/man/repo-gc.1
new file mode 100644
index 00000000..e465a253
--- /dev/null
+++ b/man/repo-gc.1
@@ -0,0 +1,43 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "December 2024" "repo gc" "Repo Manual"
3.SH NAME
4repo \- repo gc - manual page for repo gc
5.SH SYNOPSIS
6.B repo
7\fI\,gc\/\fR
8.SH DESCRIPTION
9Summary
10.PP
11Cleaning up internal repo state.
12.SH OPTIONS
13.TP
14\fB\-h\fR, \fB\-\-help\fR
15show this help message and exit
16.TP
17\fB\-n\fR, \fB\-\-dry\-run\fR
18do everything except actually delete
19.TP
20\fB\-y\fR, \fB\-\-yes\fR
21answer yes to all safe prompts
22.SS Logging options:
23.TP
24\fB\-v\fR, \fB\-\-verbose\fR
25show all output
26.TP
27\fB\-q\fR, \fB\-\-quiet\fR
28only show errors
29.SS Multi\-manifest options:
30.TP
31\fB\-\-outer\-manifest\fR
32operate starting at the outermost manifest
33.TP
34\fB\-\-no\-outer\-manifest\fR
35do not operate on outer manifests
36.TP
37\fB\-\-this\-manifest\-only\fR
38only operate on this (sub)manifest
39.TP
40\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
41operate on this manifest and its submanifests
42.PP
43Run `repo help gc` to view the detailed manual.
diff --git a/man/repo-manifest.1 b/man/repo-manifest.1
index 10ec2e75..2ee23e64 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" "April 2024" "repo manifest" "Repo Manual" 2.TH REPO "1" "December 2024" "repo manifest" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo manifest - manual page for repo manifest 4repo \- repo manifest - manual page for repo manifest
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -192,11 +192,13 @@ CDATA #IMPLIED>
192<!ATTLIST extend\-project remote CDATA #IMPLIED> 192<!ATTLIST extend\-project remote CDATA #IMPLIED>
193<!ATTLIST extend\-project dest\-branch CDATA #IMPLIED> 193<!ATTLIST extend\-project dest\-branch CDATA #IMPLIED>
194<!ATTLIST extend\-project upstream CDATA #IMPLIED> 194<!ATTLIST extend\-project upstream CDATA #IMPLIED>
195<!ATTLIST extend\-project base\-rev CDATA #IMPLIED>
195.IP 196.IP
196<!ELEMENT remove\-project EMPTY> 197<!ELEMENT remove\-project EMPTY>
197<!ATTLIST remove\-project name CDATA #IMPLIED> 198<!ATTLIST remove\-project name CDATA #IMPLIED>
198<!ATTLIST remove\-project path CDATA #IMPLIED> 199<!ATTLIST remove\-project path CDATA #IMPLIED>
199<!ATTLIST remove\-project optional CDATA #IMPLIED> 200<!ATTLIST remove\-project optional CDATA #IMPLIED>
201<!ATTLIST remove\-project base\-rev CDATA #IMPLIED>
200.IP 202.IP
201<!ELEMENT repo\-hooks EMPTY> 203<!ELEMENT repo\-hooks EMPTY>
202<!ATTLIST repo\-hooks in\-project CDATA #REQUIRED> 204<!ATTLIST repo\-hooks in\-project CDATA #REQUIRED>
@@ -495,6 +497,14 @@ project. Same syntax as the corresponding element of `project`.
495Attribute `upstream`: If specified, overrides the upstream of the original 497Attribute `upstream`: If specified, overrides the upstream of the original
496project. Same syntax as the corresponding element of `project`. 498project. Same syntax as the corresponding element of `project`.
497.PP 499.PP
500Attribute `base\-rev`: If specified, adds a check against the revision to be
501extended. Manifest parse will fail and give a list of mismatch extends if the
502revisions being extended have changed since base\-rev was set. Intended for use
503with layered manifests using hash revisions to prevent patch branches hiding
504newer upstream revisions. Also compares named refs like branches or tags but is
505misleading if branches are used as base\-rev. Same syntax as the corresponding
506element of `project`.
507.PP
498Element annotation 508Element annotation
499.PP 509.PP
500Zero or more annotation elements may be specified as children of a project or 510Zero or more annotation elements may be specified as children of a project or
@@ -556,6 +566,14 @@ Logic otherwise behaves like both are specified.
556Attribute `optional`: Set to true to ignore remove\-project elements with no 566Attribute `optional`: Set to true to ignore remove\-project elements with no
557matching `project` element. 567matching `project` element.
558.PP 568.PP
569Attribute `base\-rev`: If specified, adds a check against the revision to be
570removed. Manifest parse will fail and give a list of mismatch removes if the
571revisions being removed have changed since base\-rev was set. Intended for use
572with layered manifests using hash revisions to prevent patch branches hiding
573newer upstream revisions. Also compares named refs like branches or tags but is
574misleading if branches are used as base\-rev. Same syntax as the corresponding
575element of `project`.
576.PP
559Element repo\-hooks 577Element repo\-hooks
560.PP 578.PP
561NB: See the [practical documentation](./repo\-hooks.md) for using repo hooks. 579NB: See the [practical documentation](./repo\-hooks.md) for using repo hooks.
diff --git a/man/repo.1 b/man/repo.1
index bda68c39..1c05dcfc 100644
--- a/man/repo.1
+++ b/man/repo.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" "April 2024" "repo" "Repo Manual" 2.TH REPO "1" "December 2024" "repo" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repository management tool built on top of git 4repo \- repository management tool built on top of git
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -79,6 +79,9 @@ Download and checkout a change
79forall 79forall
80Run a shell command in each project 80Run a shell command in each project
81.TP 81.TP
82gc
83Cleaning up internal repo state.
84.TP
82grep 85grep
83Print lines matching a pattern 86Print lines matching a pattern
84.TP 87.TP