author | Junio C Hamano <gitster@pobox.com> | |
Mon, 12 Sep 2011 04:53:13 +0000 (21:53 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 12 Sep 2011 04:53:13 +0000 (21:53 -0700) | ||
commit | eff7c32cfd12867000d6449d335fad0e7c9751f1 | |
tree | 392708c905f6d77ea5052dee5f1b76e7fe7f0a31 | tree | snapshot |
parent | 7baf32a829e6e253f8b3b683da470be36b54c377 | commit | diff |
parent | f77bccaeba7a4c542e9b89d144af74bddd36fd08 | commit | diff |
Merge branch 'jk/maint-config-param' into maint
* 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
* 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 | diff1 | | diff2 | | blob | history |
strbuf.c | diff1 | | diff2 | | blob | history |
strbuf.h | diff1 | | diff2 | | blob | history |