gitweb: Make use of $PATH_INFO for project parameter
commit49f582a0401f3b9b9a80ff6fe0dd601520579b7d
authorJakub Narebski <jnareb@gmail.com>
Wed, 21 Jun 2006 15:06:39 +0000 (21 17:06 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Jun 2006 21:01:15 +0000 (21 14:01 -0700)
treeb405f292296f1075ad331af5c674374c19146762
parent3f7f271004cd6b8f98bc4437408411c96a4766eb
gitweb: Make use of $PATH_INFO for project parameter

Allow to have project name in the path part of URL, just after the name of
script. For example instead of gitweb.cgi?p=git.git you can write
gitweb.cgi/git.git or gitweb.cgi/git.git/

Not used in URLs inside gitweb; it means that the above alternate syntax
must be generated by hand, at least for now.

Side effect: project name parameter is now stripped of leading and
trailing slash before validation.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.cgi