diff options
author | LaMont Jones <lamontjones@google.com> | 2022-09-01 15:41:12 +0000 |
---|---|---|
committer | LaMont Jones <lamontjones@google.com> | 2022-11-08 19:54:20 +0000 |
commit | 7efab539f0fc78aa759000a922c30ac45e84530b (patch) | |
tree | 1386caf947c871a861b32657d5f6d371acfda87c /man/repo-smartsync.1 | |
parent | a3ff64cae54fca4738f49668c4ee6678969000c3 (diff) | |
download | git-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-smartsync.1')
-rw-r--r-- | man/repo-smartsync.1 | 9 |
1 files changed, 8 insertions, 1 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 |
4 | repo \- repo smartsync - manual page for repo smartsync | 4 | repo \- 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 |
107 | do not delete refs that no longer exist on the remote | 107 | do not delete refs that no longer exist on the remote |
108 | .TP | ||
109 | \fB\-\-auto\-gc\fR | ||
110 | run garbage collection on all synced projects | ||
111 | .TP | ||
112 | \fB\-\-no\-auto\-gc\fR | ||
113 | do 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 |