Merge branch 'jk/command-line-config-empty-string'
commit93424a0fd882a3ed1c1f7a8b6fe71fdaa21cce99
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Sep 2014 19:53:56 +0000 (9 12:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Sep 2014 19:53:57 +0000 (9 12:53 -0700)
treeb20b3ed1d2c1ecad9d7bc09a6679ed24015dfe36
parent713c6f3ab06fcda921262b718742cff7f208da9a
parenta789ca70e7a5b02973b116d21674acd795238f99
Merge branch 'jk/command-line-config-empty-string'

"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
Documentation/git.txt
config.c
t/t1300-repo-config.sh