]> git.neil.brown.name Git - git.git/commitdiff
Merge branch 'jn/clone-add-empty-config-from-command-line' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Jun 2017 00:03:11 +0000 (09:03 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Jun 2017 00:03:11 +0000 (09:03 +0900)
"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

1  2 
builtin/clone.c

diff --cc builtin/clone.c
Simple merge