diff options
author | Jeff King <peff@peff.net> | 2011-06-09 11:51:36 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-22 11:24:50 -0700 |
commit | 5bf6529aaa3fa829328ae00ddf7aa851935443b5 (patch) | |
tree | 384f4778f9e741969ac8661c2728f67045a94c6f /builtin/unpack-file.c | |
parent | strbuf_split: add a max parameter (diff) | |
download | tgif-5bf6529aaa3fa829328ae00ddf7aa851935443b5.tar.xz |
fix "git -c" parsing of values with equals signs
If you do something like:
git -c core.foo="value with = in it" ...
we would split your option on "=" into three fields and
throw away the third one. With this patch we correctly take
everything after the first "=" as the value (keys cannot
have an equals sign in them, so the parsing is unambiguous).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/unpack-file.c')
0 files changed, 0 insertions, 0 deletions