summaryrefslogtreecommitdiffstats
path: root/man/repo.1
diff options
context:
space:
mode:
authorLaMont Jones <lamontjones@google.com>2022-09-01 15:41:12 +0000
committerLaMont Jones <lamontjones@google.com>2022-11-08 19:54:20 +0000
commit7efab539f0fc78aa759000a922c30ac45e84530b (patch)
tree1386caf947c871a861b32657d5f6d371acfda87c /man/repo.1
parenta3ff64cae54fca4738f49668c4ee6678969000c3 (diff)
downloadgit-repo-7efab539f0fc78aa759000a922c30ac45e84530b.tar.gz
sync: no garbage collection by default
Adds --auto-gc and --no-auto-gc (default) options to control sync's behavior around calling `git gc`. Bug: b/184882274 Change-Id: I4d6ca3b233d79566f27e876ab2d79f238ebc12a9 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/344535 Reviewed-by: Xin Li <delphij@google.com> Tested-by: LaMont Jones <lamontjones@google.com>
Diffstat (limited to 'man/repo.1')
-rw-r--r--man/repo.16
1 files changed, 5 insertions, 1 deletions
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