Merge branch 'jk/send-pack-many-refspecs'
[gitweb.git] / Documentation / git.txt
index de7b870a35e63e43652be6468e6e5a17d2708a14..26de4dd54804ed6d14f9e568547154996b919bd4 100644 (file)
@@ -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.