summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-09 14:16:17 -0700
committerJunio C Hamano <gitster@pobox.com>2014-09-09 14:16:17 -0700
commit53fe031ef8167aa5a2d2d804524f4442cdc52658 (patch)
treef791fafca81406aec677e6db6628ed5239776cdc /git.html
parent8a1433ae1d12e8d860cd3bb9ef4c41c035c7b920 (diff)
downloadgit-htmldocs-53fe031ef8167aa5a2d2d804524f4442cdc52658.tar.gz
Autogenerated HTML docs for v2.1.0-127-g0c72b
Diffstat (limited to 'git.html')
-rw-r--r--git.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/git.html b/git.html
index d5f28a1ed..6ec947dd6 100644
--- a/git.html
+++ b/git.html
@@ -834,6 +834,10 @@ git --git-dir=c/a.git --work-tree=c/b status</tt></pre>
The &lt;name&gt; is expected in the same format as listed by
<em>git config</em> (subkeys separated by dots).
</p>
+<div class="paragraph"><p>Note that omitting the <tt>=</tt> in <tt>git -c foo.bar ...</tt> is allowed and sets
+<tt>foo.bar</tt> to the boolean true value (just like <tt>[foo]bar</tt> would in a
+config file). Including the equals but with an empty value (like <tt>git -c
+foo.bar= ...</tt>) sets <tt>foo.bar</tt> to the empty string.</p></div>
</dd>
<dt class="hdlist1">
--exec-path[=&lt;path&gt;]
@@ -2908,7 +2912,7 @@ subscribed to the list to send a message there.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-08-17 11:14:04 PDT
+Last updated 2014-09-09 14:15:21 PDT
</div>
</div>
</body>