Escape project names before creating pathinfo URLs
authormartin f. krafft <madduck@madduck.net>
Sun, 20 Apr 2008 21:23:38 +0000 (23:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Apr 2008 06:30:55 +0000 (23:30 -0700)
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 <madduck@madduck.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found