summaryrefslogtreecommitdiffstats
path: root/git.txt
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.txt
parent8a1433ae1d12e8d860cd3bb9ef4c41c035c7b920 (diff)
downloadgit-htmldocs-53fe031ef8167aa5a2d2d804524f4442cdc52658.tar.gz
Autogenerated HTML docs for v2.1.0-127-g0c72b
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git.txt b/git.txt
index de7b870a3..26de4dd54 100644
--- a/git.txt
+++ b/git.txt
@@ -452,6 +452,11 @@ example the following invocations are equivalent:
given will override values from configuration files.
The <name> is expected in the same format as listed by
'git config' (subkeys separated by dots).
++
+Note that omitting the `=` in `git -c foo.bar ...` is allowed and sets
+`foo.bar` to the boolean true value (just like `[foo]bar` would in a
+config file). Including the equals but with an empty value (like `git -c
+foo.bar= ...`) sets `foo.bar` to the empty string.
--exec-path[=<path>]::
Path to wherever your core Git programs are installed.