summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-09-25 15:50:12 -0700
committerJunio C Hamano <gitster@pobox.com>2020-09-25 15:50:12 -0700
commitc562f6d6447ae8aaa1066a8f3872de759638a6bc (patch)
tree9c3f0b788be8b8046c48ad4ffd901935941a9164 /git-fetch.html
parentb89e21bf03b9675dec757d6e63db8d859b034303 (diff)
downloadgit-htmldocs-c562f6d6447ae8aaa1066a8f3872de759638a6bc.tar.gz
Autogenerated HTML docs for v2.28.0-618-g9bc23
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/git-fetch.html b/git-fetch.html
index a8f1369a1..ba988d7fe 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -947,12 +947,16 @@ documented in <a href="git-config.html">git-config(1)</a>.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--[no-]auto-maintenance
+</dt>
+<dt class="hdlist1">
--[no-]auto-gc
</dt>
<dd>
<p>
- Run <code>git gc --auto</code> at the end to perform garbage collection
- if needed. This is enabled by default.
+ Run <code>git maintenance run --auto</code> at the end to perform automatic
+ repository maintenance if needed. (<code>--[no-]auto-gc</code> is a synonym.)
+ This is enabled by default.
</p>
</dd>
<dt class="hdlist1">