1
0
mirror of https://github.com/git/git.git synced 2024-09-29 20:13:27 +02:00
git/gitweb
Jakub Narebski 49f582a040 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>
2006-06-21 14:01:15 -07:00
..
test
gitweb.cgi gitweb: Make use of $PATH_INFO for project parameter 2006-06-21 14:01:15 -07:00
gitweb.css gitweb: whitespace cleanup 2006-06-21 02:02:00 -07:00
README

GIT web Interface

The one working on:
  http://www.kernel.org/git/

From the git version 1.4.0 gitweb is bundled with git.

Any comment/question/concern to:
  Kay Sievers <kay.sievers@vrfy.org>