summaryrefslogtreecommitdiffstats
path: root/git-gc.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-gc.html')
-rw-r--r--git-gc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-gc.html b/git-gc.html
index 796d5ce4f..cc259c1f9 100644
--- a/git-gc.html
+++ b/git-gc.html
@@ -948,7 +948,7 @@ gc.auto
default value is 6700.
</p>
<div class="paragraph"><p>Setting this to 0 disables not only automatic packing based on the
-number of loose objects, but any other heuristic <code>git gc --auto</code> will
+number of loose objects, but also any other heuristic <code>git gc --auto</code> will
otherwise use to determine if there&#8217;s work to do, such as
<code>gc.autoPackLimit</code>.</p></div>
</dd>
@@ -971,7 +971,7 @@ gc.autoDetach
</dt>
<dd>
<p>
- Make <code>git gc --auto</code> return immediately and run in background
+ Make <code>git gc --auto</code> return immediately and run in the background
if the system supports it. Default is true.
</p>
</dd>