gitweb: fix display of trees via PATH_INFO.
commit053d62bb5bd523f492c6ef2e202da837b7f56905
authorMartin Waitz <tali@admingilde.org>
Thu, 21 Sep 2006 07:48:21 +0000 (21 09:48 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 21 Sep 2006 08:15:23 +0000 (21 01:15 -0700)
tree34956aeb50d5edcf8baab7e0d1e7e3eb8f024e41
parent199a92186b6721b23a2400c91f8bd44e7ffa349a
gitweb: fix display of trees via PATH_INFO.

When adding a / to the URL, git should display the corresponding
tree object, but it has to remove the / first.

Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl