Merge branch 'jn/clone-add-empty-config-from-command-line' into maint
commitc8c33216333c4b2ba86f51d9fa77f7c4daba8d30
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Jun 2017 00:03:11 +0000 (5 09:03 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Jun 2017 00:03:11 +0000 (5 09:03 +0900)
treed29e0c400cdc00a2cb0084158087a59eacd5f0d3
parentb19174e2f37cc696cbfded9a02c2f2fd6e93bce7
parentdb4eca1feaafa0669b7ba64c10314dfe8836576a
Merge branch 'jn/clone-add-empty-config-from-command-line' into maint

"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