From 7efab539f0fc78aa759000a922c30ac45e84530b Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Thu, 1 Sep 2022 15:41:12 +0000 Subject: 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 Tested-by: LaMont Jones --- man/repo.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'man/repo.1') 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 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2022" "repo" "Repo Manual" +.TH REPO "1" "November 2022" "repo" "Repo Manual" .SH NAME repo \- repository management tool built on top of git .SH SYNOPSIS @@ -25,6 +25,10 @@ control color usage: auto, always, never \fB\-\-trace\fR trace git command execution (REPO_TRACE=1) .TP +\fB\-\-trace_to_stderr\fR +trace outputs go to stderr in addition to +\&.repo/TRACE_FILE +.TP \fB\-\-trace\-python\fR trace python command execution .TP -- cgit v1.2.3-54-g00ecf