Merge branch 'jk/maint-config-param' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Jul 2011 22:47:36 +0000 (15:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Jul 2011 22:47:36 +0000 (15:47 -0700)
commit2dce18197dae02be922cbc763a81c8c5173f5ac3
tree280337a11f01f4785d977566efdc22d60ad30279
parent8db1bf024ecb2e1e3c737d926dfda22e19c45181
parentf77bccaeba7a4c542e9b89d144af74bddd36fd08
Merge branch 'jk/maint-config-param' into next

* 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