Merge branch 'jk/maint-config-param'
commitfe01ef31b79af85ca50738b11b048e3fad856d34
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 Jul 2011 16:45:21 +0000 (19 09:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jul 2011 16:45:21 +0000 (19 09:45 -0700)
tree0083d9d0b45381ff59856ba612f7f1b851a31a76
parent20a80d04a4835dfec2823570719f17b6892e4841
parentf77bccaeba7a4c542e9b89d144af74bddd36fd08
Merge branch 'jk/maint-config-param'

* jk/maint-config-param:
  config: use strbuf_split_str instead of a temporary strbuf
  strbuf: allow strbuf_split to work on non-strbufs
  config: avoid segfault when parsing command-line config
  config: die on error in command-line config
  fix "git -c" parsing of values with equals signs
  strbuf_split: add a max parameter
config.c
strbuf.c
strbuf.h