summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2025-04-22 14:31:02 -0400
committerLUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com>2025-04-22 11:37:45 -0700
commitc8da28c3ede8c74195fbc0fb626f7a80951279aa (patch)
tree2258a4b8ebdd677a0745b4942868cb64cabfc2c3
parentc061593a12b39f0333ead979c478abfa33fa420c (diff)
downloadgit-repo-c8da28c3ede8c74195fbc0fb626f7a80951279aa.tar.gz
man: regenerate man pages
Change-Id: Ie348f7a29523655bf1d6247af8302ff885420d75 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/469742 Tested-by: Mike Frysinger <vapier@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Mike Frysinger <vapier@google.com>
-rw-r--r--man/repo-gc.18
-rw-r--r--man/repo-manifest.122
-rw-r--r--man/repo.14
3 files changed, 10 insertions, 24 deletions
diff --git a/man/repo-gc.1 b/man/repo-gc.1
index e465a253..aadff005 100644
--- a/man/repo-gc.1
+++ b/man/repo-gc.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" "December 2024" "repo gc" "Repo Manual" 2.TH REPO "1" "April 2025" "repo gc" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo gc - manual page for repo gc 4repo \- repo gc - manual page for repo gc
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -8,7 +8,7 @@ repo \- repo gc - manual page for repo gc
8.SH DESCRIPTION 8.SH DESCRIPTION
9Summary 9Summary
10.PP 10.PP
11Cleaning up internal repo state. 11Cleaning up internal repo and Git state.
12.SH OPTIONS 12.SH OPTIONS
13.TP 13.TP
14\fB\-h\fR, \fB\-\-help\fR 14\fB\-h\fR, \fB\-\-help\fR
@@ -19,6 +19,10 @@ do everything except actually delete
19.TP 19.TP
20\fB\-y\fR, \fB\-\-yes\fR 20\fB\-y\fR, \fB\-\-yes\fR
21answer yes to all safe prompts 21answer yes to all safe prompts
22.TP
23\fB\-\-repack\fR
24repack all projects that use partial clone with
25filter=blob:none
22.SS Logging options: 26.SS Logging options:
23.TP 27.TP
24\fB\-v\fR, \fB\-\-verbose\fR 28\fB\-v\fR, \fB\-\-verbose\fR
diff --git a/man/repo-manifest.1 b/man/repo-manifest.1
index 2ee23e64..f2f7290d 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" "December 2024" "repo manifest" "Repo Manual" 2.TH REPO "1" "April 2025" "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
@@ -306,25 +306,7 @@ Element manifest\-server
306At most one manifest\-server may be specified. The url attribute is used to 306At most one manifest\-server may be specified. The url attribute is used to
307specify the URL of a manifest server, which is an XML RPC service. 307specify the URL of a manifest server, which is an XML RPC service.
308.PP 308.PP
309The manifest server should implement the following RPC methods: 309See the [smart sync documentation](./smart\-sync.md) for more details.
310.IP
311GetApprovedManifest(branch, target)
312.PP
313Return a manifest in which each project is pegged to a known good revision for
314the current branch and target. This is used by repo sync when the \fB\-\-smart\-sync\fR
315option is given.
316.PP
317The target to use is defined by environment variables TARGET_PRODUCT and
318TARGET_BUILD_VARIANT. These variables are used to create a string of the form
319$TARGET_PRODUCT\-$TARGET_BUILD_VARIANT, e.g. passion\-userdebug. If one of those
320variables or both are not present, the program will call GetApprovedManifest
321without the target parameter and the manifest server should choose a reasonable
322default target.
323.IP
324GetManifest(tag)
325.PP
326Return a manifest in which each project is pegged to the revision at the
327specified tag. This is used by repo sync when the \fB\-\-smart\-tag\fR option is given.
328.PP 310.PP
329Element submanifest 311Element submanifest
330.PP 312.PP
diff --git a/man/repo.1 b/man/repo.1
index 1c05dcfc..6c0e0255 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" "December 2024" "repo" "Repo Manual" 2.TH REPO "1" "April 2025" "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
@@ -80,7 +80,7 @@ forall
80Run a shell command in each project 80Run a shell command in each project
81.TP 81.TP
82gc 82gc
83Cleaning up internal repo state. 83Cleaning up internal repo and Git state.
84.TP 84.TP
85grep 85grep
86Print lines matching a pattern 86Print lines matching a pattern