summaryrefslogtreecommitdiffstats
path: root/git-maintenance.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-03-27 10:31:23 -0700
committerJunio C Hamano <gitster@pobox.com>2022-03-27 10:31:23 -0700
commit67fef49427c9457e52b6bed728023f84fd8967d4 (patch)
tree7e3db4a268775a3ab9b9dd670a3397388d646b55 /git-maintenance.html
parent14390e2aecb283765a5377385680c6baef1ed254 (diff)
downloadgit-htmldocs-67fef49427c9457e52b6bed728023f84fd8967d4.tar.gz
Autogenerated HTML docs for v2.35.1-677-gabf47
Diffstat (limited to 'git-maintenance.html')
-rw-r--r--git-maintenance.html72
1 files changed, 37 insertions, 35 deletions
diff --git a/git-maintenance.html b/git-maintenance.html
index 3f0efa2e4..89b1c5519 100644
--- a/git-maintenance.html
+++ b/git-maintenance.html
@@ -749,7 +749,9 @@ git-maintenance(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git maintenance</em> run [&lt;options&gt;]</pre>
+<pre class="content"><em>git maintenance</em> run [&lt;options&gt;]
+<em>git maintenance</em> start [--scheduler=&lt;scheduler&gt;]
+<em>git maintenance</em> (stop|register|unregister)</pre>
<div class="attribution">
</div></div>
</div>
@@ -773,6 +775,39 @@ Git repository.</p></div>
<div class="sectionbody">
<div class="dlist"><dl>
<dt class="hdlist1">
+run
+</dt>
+<dd>
+<p>
+ Run one or more maintenance tasks. If one or more <code>--task</code> options
+ are specified, then those tasks are run in that order. Otherwise,
+ the tasks are determined by which <code>maintenance.&lt;task&gt;.enabled</code>
+ config options are true. By default, only <code>maintenance.gc.enabled</code>
+ is true.
+</p>
+</dd>
+<dt class="hdlist1">
+start
+</dt>
+<dd>
+<p>
+ Start running maintenance on the current repository. This performs
+ the same config updates as the <code>register</code> subcommand, then updates
+ the background scheduler to run <code>git maintenance run --scheduled</code>
+ on an hourly basis.
+</p>
+</dd>
+<dt class="hdlist1">
+stop
+</dt>
+<dd>
+<p>
+ Halt the background maintenance schedule. The current repository
+ is not removed from the list of maintained repositories, in case
+ the background maintenance is restarted later.
+</p>
+</dd>
+<dt class="hdlist1">
register
</dt>
<dd>
@@ -824,39 +859,6 @@ setting <code>maintenance.auto = false</code> in the current repository. This co
setting will remain after a <code>git maintenance unregister</code> command.</p></div>
</dd>
<dt class="hdlist1">
-run
-</dt>
-<dd>
-<p>
- Run one or more maintenance tasks. If one or more <code>--task</code> options
- are specified, then those tasks are run in that order. Otherwise,
- the tasks are determined by which <code>maintenance.&lt;task&gt;.enabled</code>
- config options are true. By default, only <code>maintenance.gc.enabled</code>
- is true.
-</p>
-</dd>
-<dt class="hdlist1">
-start
-</dt>
-<dd>
-<p>
- Start running maintenance on the current repository. This performs
- the same config updates as the <code>register</code> subcommand, then updates
- the background scheduler to run <code>git maintenance run --scheduled</code>
- on an hourly basis.
-</p>
-</dd>
-<dt class="hdlist1">
-stop
-</dt>
-<dd>
-<p>
- Halt the background maintenance schedule. The current repository
- is not removed from the list of maintained repositories, in case
- the background maintenance is restarted later.
-</p>
-</dd>
-<dt class="hdlist1">
unregister
</dt>
<dd>
@@ -1239,7 +1241,7 @@ custom tasks.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2021-09-20 15:44:03 PDT
+ 2022-03-27 10:29:17 PDT
</div>
</div>
</body>