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 /xdiff | |
parent | 28fc3a6857a5d7a6b4f63b2672fb0ce966b0df78 (diff) | |
download | git-5bf6529aaa3fa829328ae00ddf7aa851935443b5.tar.gz git-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 'xdiff')
0 files changed, 0 insertions, 0 deletions