summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html28
1 files changed, 12 insertions, 16 deletions
diff --git a/git-config.html b/git-config.html
index adfb8b18d..5a700404f 100644
--- a/git-config.html
+++ b/git-config.html
@@ -5309,8 +5309,8 @@ diff.colorMovedWS
<dd>
<p>
When moved lines are colored using e.g. the <code>diff.colorMoved</code> setting,
- this option controls the <code>&lt;mode&gt;</code> how spaces are treated
- for details of valid modes see <em>--color-moved-ws</em> in <a href="git-diff.html">git-diff(1)</a>.
+ this option controls the <code>&lt;mode&gt;</code> how spaces are treated.
+ For details of valid modes see <em>--color-moved-ws</em> in <a href="git-diff.html">git-diff(1)</a>.
</p>
</dd>
<dt class="hdlist1">
@@ -9058,14 +9058,10 @@ pack.allowPackReuse
reachability bitmap is available, pack-objects will try to send
parts of all packs in the MIDX.
</p>
-<div class="literalblock">
-<div class="content">
-<pre><code>If only a single pack bitmap is available, and
-`pack.allowPackReuse` is set to "multi", reuse parts of just the
-bitmapped packfile. This can reduce memory and CPU usage to
-serve fetches, but might result in sending a slightly larger
-pack. Defaults to true.</code></pre>
-</div></div>
+<div class="paragraph"><p>If only a single pack bitmap is available, and <code>pack.allowPackReuse</code>
+is set to "multi", reuse parts of just the bitmapped packfile. This
+can reduce memory and CPU usage to serve fetches, but might result in
+sending a slightly larger pack. Defaults to true.</p></div>
</dd>
<dt class="hdlist1">
pack.island
@@ -10470,7 +10466,7 @@ sendemail.smtpEncryption
</p>
</dd>
<dt class="hdlist1">
-sendemail.smtpsslcertpath
+sendemail.smtpSSLCertPath
</dt>
<dd>
<p>
@@ -10594,13 +10590,13 @@ sendemail.from
sendemail.headerCmd
</dt>
<dt class="hdlist1">
-sendemail.signedoffbycc
+sendemail.signedOffByCc
</dt>
<dt class="hdlist1">
sendemail.smtpPass
</dt>
<dt class="hdlist1">
-sendemail.suppresscc
+sendemail.suppressCc
</dt>
<dt class="hdlist1">
sendemail.suppressFrom
@@ -10609,7 +10605,7 @@ sendemail.suppressFrom
sendemail.to
</dt>
<dt class="hdlist1">
-sendemail.tocmd
+sendemail.toCmd
</dt>
<dt class="hdlist1">
sendemail.smtpDomain
@@ -10646,11 +10642,11 @@ sendemail.xmailer
</p>
</dd>
<dt class="hdlist1">
-sendemail.signedoffcc (deprecated)
+sendemail.signedOffCc (deprecated)
</dt>
<dd>
<p>
- Deprecated alias for <code>sendemail.signedoffbycc</code>.
+ Deprecated alias for <code>sendemail.signedOffByCc</code>.
</p>
</dd>
<dt class="hdlist1">