diff options
author | 2017-12-22 18:24:37 +0100 | |
---|---|---|
committer | 2017-12-22 13:43:19 -0800 | |
commit | 4c267f2ae37e5b5f834172f04b7dd4343e370689 (patch) | |
tree | ac5948b7a6ac5e2780b174083a2f01ad4331a8bd /t/t4018/custom1-pattern | |
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/t4018/custom1-pattern')
0 files changed, 0 insertions, 0 deletions