Merge branch 'jn/clone-add-empty-config-from-command-line'
commit883247c2fc1783b448fb8730284de85a758dc05d
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 May 2017 02:51:56 +0000 (16 11:51 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 May 2017 02:51:56 +0000 (16 11:51 +0900)
treea0592cbc3660042e0b4b9780f419e1b7469f8836
parent4875663703154974a71e8c706f257464b3f223e5
parentdb4eca1feaafa0669b7ba64c10314dfe8836576a
Merge branch 'jn/clone-add-empty-config-from-command-line'

"git clone --config var=val" is a way to populate the
per-repository configuration file of the new repository, but it did
not work well when val is an empty string.  This has been fixed.

* jn/clone-add-empty-config-from-command-line:
  clone: handle empty config values in -c
builtin/clone.c