author | Junio C Hamano <gitster@pobox.com> | |
Tue, 19 Jul 2011 16:45:21 +0000 (09:45 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 19 Jul 2011 16:45:21 +0000 (09:45 -0700) | ||
commit | fe01ef31b79af85ca50738b11b048e3fad856d34 | |
tree | 0083d9d0b45381ff59856ba612f7f1b851a31a76 | tree | snapshot |
parent | 20a80d04a4835dfec2823570719f17b6892e4841 | commit | diff |
parent | f77bccaeba7a4c542e9b89d144af74bddd36fd08 | commit | diff |
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
* 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 |