Merge branch 'js/gitweb-path-info-unquote' into maint-1.7.11
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Sep 2012 22:23:46 +0000 (15:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Sep 2012 22:23:46 +0000 (15:23 -0700)
commit3d4003bdc78095efce99149c0e6967f55edf8c53
treea0e72a038275f79814c1c9060b819b6a5bc81058
parentb52183179bb0a97ea4d91d1248aca303d8e8f892
parentcacfc09ba82bfc6b0e1c047247785d56a6054b2f
Merge branch 'js/gitweb-path-info-unquote' into maint-1.7.11

"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