gitweb: Add mod_perl version string to "generator" meta header
commit45c9a7583c68ad5d150f40162dab65800124caf2
authorJakub Narebski <jnareb@gmail.com>
Wed, 27 Dec 2006 22:59:51 +0000 (27 23:59 +0100)
committerJunio C Hamano <junkio@cox.net>
Thu, 28 Dec 2006 08:57:11 +0000 (28 00:57 -0800)
tree5b4e0b9b68b7010f38c8e1195595c9ae9b320538
parent7c20b8234af2962ea4d5ce930ec0308c33f6f654
gitweb: Add mod_perl version string to "generator" meta header

Add mod_perl version string (the value of $ENV{'MOD_PERL'} if it is
set) to "generator" meta header.

The purpose of this is to identify version of gitweb, now that
codepath may differ for gitweb run as CGI script, run under
mod_perl 1.0 and run under mod_perl 2.0.

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