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) |
* 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: 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
1 | 2 | |||
---|---|---|---|---|
config.c | patch | | diff1 | | diff2 | | blob | history |
strbuf.c | patch | | diff1 | | diff2 | | blob | history |
strbuf.h | patch | | diff1 | | diff2 | | blob | history |