1
0
Fork 0

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>
This commit is contained in:
Mike Frysinger 2025-04-22 14:31:02 -04:00 committed by LUCI
parent c061593a12
commit c8da28c3ed
3 changed files with 10 additions and 24 deletions

View file

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man. .\" DO NOT MODIFY THIS FILE! It was generated by help2man.
.TH REPO "1" "December 2024" "repo gc" "Repo Manual" .TH REPO "1" "April 2025" "repo gc" "Repo Manual"
.SH NAME .SH NAME
repo \- repo gc - manual page for repo gc repo \- repo gc - manual page for repo gc
.SH SYNOPSIS .SH SYNOPSIS
@ -8,7 +8,7 @@ repo \- repo gc - manual page for repo gc
.SH DESCRIPTION .SH DESCRIPTION
Summary Summary
.PP .PP
Cleaning up internal repo state. Cleaning up internal repo and Git state.
.SH OPTIONS .SH OPTIONS
.TP .TP
\fB\-h\fR, \fB\-\-help\fR \fB\-h\fR, \fB\-\-help\fR
@ -19,6 +19,10 @@ do everything except actually delete
.TP .TP
\fB\-y\fR, \fB\-\-yes\fR \fB\-y\fR, \fB\-\-yes\fR
answer yes to all safe prompts answer yes to all safe prompts
.TP
\fB\-\-repack\fR
repack all projects that use partial clone with
filter=blob:none
.SS Logging options: .SS Logging options:
.TP .TP
\fB\-v\fR, \fB\-\-verbose\fR \fB\-v\fR, \fB\-\-verbose\fR

View file

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man. .\" DO NOT MODIFY THIS FILE! It was generated by help2man.
.TH REPO "1" "December 2024" "repo manifest" "Repo Manual" .TH REPO "1" "April 2025" "repo manifest" "Repo Manual"
.SH NAME .SH NAME
repo \- repo manifest - manual page for repo manifest repo \- repo manifest - manual page for repo manifest
.SH SYNOPSIS .SH SYNOPSIS
@ -306,25 +306,7 @@ Element manifest\-server
At most one manifest\-server may be specified. The url attribute is used to At most one manifest\-server may be specified. The url attribute is used to
specify the URL of a manifest server, which is an XML RPC service. specify the URL of a manifest server, which is an XML RPC service.
.PP .PP
The manifest server should implement the following RPC methods: See the [smart sync documentation](./smart\-sync.md) for more details.
.IP
GetApprovedManifest(branch, target)
.PP
Return a manifest in which each project is pegged to a known good revision for
the current branch and target. This is used by repo sync when the \fB\-\-smart\-sync\fR
option is given.
.PP
The target to use is defined by environment variables TARGET_PRODUCT and
TARGET_BUILD_VARIANT. These variables are used to create a string of the form
$TARGET_PRODUCT\-$TARGET_BUILD_VARIANT, e.g. passion\-userdebug. If one of those
variables or both are not present, the program will call GetApprovedManifest
without the target parameter and the manifest server should choose a reasonable
default target.
.IP
GetManifest(tag)
.PP
Return a manifest in which each project is pegged to the revision at the
specified tag. This is used by repo sync when the \fB\-\-smart\-tag\fR option is given.
.PP .PP
Element submanifest Element submanifest
.PP .PP

View file

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man. .\" DO NOT MODIFY THIS FILE! It was generated by help2man.
.TH REPO "1" "December 2024" "repo" "Repo Manual" .TH REPO "1" "April 2025" "repo" "Repo Manual"
.SH NAME .SH NAME
repo \- repository management tool built on top of git repo \- repository management tool built on top of git
.SH SYNOPSIS .SH SYNOPSIS
@ -80,7 +80,7 @@ forall
Run a shell command in each project Run a shell command in each project
.TP .TP
gc gc
Cleaning up internal repo state. Cleaning up internal repo and Git state.
.TP .TP
grep grep
Print lines matching a pattern Print lines matching a pattern