From: martin f. krafft Date: Sun, 20 Apr 2008 21:23:38 +0000 (+0200) Subject: Escape project names before creating pathinfo URLs X-Git-Tag: v1.5.5.2~28 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/85d17a123ba59b90744e311e40f80fd8838fbdc5?hp=85d17a123ba59b90744e311e40f80fd8838fbdc5 Escape project names before creating pathinfo URLs If a project name contains special URL characters like +, gitweb's links break in subtle ways. The solution is to pass the project name through esc_url() and using the return value. Signed-off-by: martin f. krafft Signed-off-by: Junio C Hamano ---