gitweb: start to generate PATH_INFO URLs.
commit9e756904d05a53f1f519492ea1addc3e3163c678
authorMartin Waitz <tali@admingilde.org>
Sun, 1 Oct 2006 21:57:48 +0000 (1 23:57 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 2 Oct 2006 07:49:42 +0000 (2 00:49 -0700)
treee70388015568b49ca30d6d3f474e2b372c3f70ce
parentf5961572a02ef08324f297fe93b704ff2137e5a6
gitweb: start to generate PATH_INFO URLs.

Instead of providing the project as a ?p= parameter it is simply appended to
the base URI.  All other parameters are appended to that, except for ?a=summary
which is the default and can be omitted.

The this can be enabled with the "pathinfo" feature in gitweb_config.perl.

[jc: let's introduce new features disabled by default not to
 upset too many existing installations.]

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