Merge branch 'js/gitweb-path-info-unquote'
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Aug 2012 18:52:32 +0000 (11:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Aug 2012 18:52:32 +0000 (11:52 -0700)
commit92cdcc528402c4dc76a9facf3eb182cd9d659eb4
tree2f710a9a2af8be5630f9e7b100ef81515e4f4374
parent9cd33bbc529bfa830c687d377433c46474d10e6a
parentcacfc09ba82bfc6b0e1c047247785d56a6054b2f
Merge branch 'js/gitweb-path-info-unquote'

"gitweb" when used with PATH_INFO failed to notice directories with
SP (and other characters that need URL-style quoting) in them.

* js/gitweb-path-info-unquote:
  gitweb: URL-decode $my_url/$my_uri when stripping PATH_INFO
gitweb/gitweb.perl