Merge branch 'jk/command-line-config-empty-string' into jch
commit9b6131025efc20969deb1e7a8e0e1fff328c4a29
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 Aug 2014 18:51:36 +0000 (21 11:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Aug 2014 18:51:36 +0000 (21 11:51 -0700)
tree9c2bf4bfc6c56a6ab071b90b6416989abcdcdcea
parent58b32c7402c8b84fdb16b84342d70e8a2103d088
parenta789ca70e7a5b02973b116d21674acd795238f99
Merge branch 'jk/command-line-config-empty-string' into jch

"git -c section.var command" and "git -c section.var= command"
should pass the configuration differently (the former should be
a boolean true, the latter should be an empty string).

* jk/command-line-config-empty-string:
  config: teach "git -c" to recognize an empty string

# Conflicts:
#  config.c
Documentation/git.txt
config.c
t/t1300-repo-config.sh