diff options
author | Julien Dusser <julien.dusser@free.fr> | 2017-12-22 18:24:37 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-22 13:43:19 -0800 |
commit | 4c267f2ae37e5b5f834172f04b7dd4343e370689 (patch) | |
tree | ac5948b7a6ac5e2780b174083a2f01ad4331a8bd /t/t1060-object-corruption.sh | |
parent | Prepare for 2.15.2 (diff) | |
download | tgif-4c267f2ae37e5b5f834172f04b7dd4343e370689.tar.xz |
strbuf: fix urlencode format string on signed char
Git credential fails with special char in password with
remote: Invalid username or password.
fatal: Authentication failed for
File ~/.git-credential contains badly urlencoded characters
%ffffffXX%ffffffYY instead of %XX%YY.
Add a cast to an unsigned char to fix urlencode use of %02x on a
char.
Signed-off-by: Julien Dusser <julien.dusser@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1060-object-corruption.sh')
0 files changed, 0 insertions, 0 deletions