diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-07-09 15:25:42 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-07-09 15:25:42 -0700 |
| commit | 892d3fb71e75849811c038b9fcaf17188a9ccf5d (patch) | |
| tree | 2e50aa84b3e7e4ce2c34b9da85c2d056c816ebd1 /Documentation | |
| parent | f4f7e75ad5ddb3e3cec0292f06dccae39020c416 (diff) | |
| parent | c3d6b70338d0ac93f66142873f1606277dbe589f (diff) | |
| download | git-892d3fb71e75849811c038b9fcaf17188a9ccf5d.tar.xz | |
Merge branch 'nd/fetch-multi-gc-once'
"git fetch" that grabs from a group of remotes learned to run the
auto-gc only once at the very end.
* nd/fetch-multi-gc-once:
fetch: only run 'gc' once when fetching multiple remotes
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/fetch-options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index 91c47752ec..592f391298 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/fetch-options.txt @@ -88,6 +88,10 @@ ifndef::git-pull[] Allow several <repository> and <group> arguments to be specified. No <refspec>s may be specified. +--[no-]auto-gc:: + Run `git gc --auto` at the end to perform garbage collection + if needed. This is enabled by default. + -p:: --prune:: Before fetching, remove any remote-tracking references that no |
