Merge branch 'cn/config-missing-path'
authorJunio C Hamano <gitster@pobox.com>
Tue, 20 Nov 2012 18:40:46 +0000 (10:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Nov 2012 18:40:46 +0000 (10:40 -0800)
commit0f76f976762d6a15a4af75db56208c8065492020
treee77862b1d6d5f971b9bf9230117e066fd0618298
parentb4f35513beb30ab2b1394440b8540627fe472a19
parent962c38eedd931a608b5e675f12a21569d9f4d39f
Merge branch 'cn/config-missing-path'

"git config --path $key" segfaulted on "[section] key" (a boolean
"true" spelled without "=", not "[section] key = true").

* cn/config-missing-path:
  config: don't segfault when given --path with a missing value
builtin/config.c
t/t1300-repo-config.sh