summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/repo-smartsync.19
-rw-r--r--man/repo-sync.112
-rw-r--r--man/repo.16
3 files changed, 24 insertions, 3 deletions
diff --git a/man/repo-smartsync.1 b/man/repo-smartsync.1
index 8475adf1..c1abbb38 100644
--- a/man/repo-smartsync.1
+++ b/man/repo-smartsync.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" "August 2022" "repo smartsync" "Repo Manual" 2.TH REPO "1" "November 2022" "repo smartsync" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo smartsync - manual page for repo smartsync 4repo \- repo smartsync - manual page for repo smartsync
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -105,6 +105,13 @@ delete refs that no longer exist on the remote
105.TP 105.TP
106\fB\-\-no\-prune\fR 106\fB\-\-no\-prune\fR
107do not delete refs that no longer exist on the remote 107do not delete refs that no longer exist on the remote
108.TP
109\fB\-\-auto\-gc\fR
110run garbage collection on all synced projects
111.TP
112\fB\-\-no\-auto\-gc\fR
113do not run garbage collection on any projects
114(default)
108.SS Logging options: 115.SS Logging options:
109.TP 116.TP
110\fB\-v\fR, \fB\-\-verbose\fR 117\fB\-v\fR, \fB\-\-verbose\fR
diff --git a/man/repo-sync.1 b/man/repo-sync.1
index 9cc528dd..f006c03d 100644
--- a/man/repo-sync.1
+++ b/man/repo-sync.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" "August 2022" "repo sync" "Repo Manual" 2.TH REPO "1" "November 2022" "repo sync" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo sync - manual page for repo sync 4repo \- repo sync - manual page for repo sync
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -106,6 +106,13 @@ delete refs that no longer exist on the remote
106\fB\-\-no\-prune\fR 106\fB\-\-no\-prune\fR
107do not delete refs that no longer exist on the remote 107do not delete refs that no longer exist on the remote
108.TP 108.TP
109\fB\-\-auto\-gc\fR
110run garbage collection on all synced projects
111.TP
112\fB\-\-no\-auto\-gc\fR
113do not run garbage collection on any projects
114(default)
115.TP
109\fB\-s\fR, \fB\-\-smart\-sync\fR 116\fB\-s\fR, \fB\-\-smart\-sync\fR
110smart sync using manifest from the latest known good 117smart sync using manifest from the latest known good
111build 118build
@@ -200,6 +207,9 @@ to a sha1 revision if the sha1 revision does not already exist locally.
200The \fB\-\-prune\fR option can be used to remove any refs that no longer exist on the 207The \fB\-\-prune\fR option can be used to remove any refs that no longer exist on the
201remote. 208remote.
202.PP 209.PP
210The \fB\-\-auto\-gc\fR option can be used to trigger garbage collection on all projects.
211By default, repo does not run garbage collection.
212.PP
203SSH Connections 213SSH Connections
204.PP 214.PP
205If at least one project remote URL uses an SSH connection (ssh://, git+ssh://, 215If at least one project remote URL uses an SSH connection (ssh://, git+ssh://,
diff --git a/man/repo.1 b/man/repo.1
index bdb705d4..e7368a84 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" "July 2022" "repo" "Repo Manual" 2.TH REPO "1" "November 2022" "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
@@ -25,6 +25,10 @@ control color usage: auto, always, never
25\fB\-\-trace\fR 25\fB\-\-trace\fR
26trace git command execution (REPO_TRACE=1) 26trace git command execution (REPO_TRACE=1)
27.TP 27.TP
28\fB\-\-trace_to_stderr\fR
29trace outputs go to stderr in addition to
30\&.repo/TRACE_FILE
31.TP
28\fB\-\-trace\-python\fR 32\fB\-\-trace\-python\fR
29trace python command execution 33trace python command execution
30.TP 34.TP