author | Jakub Narebski <jnareb@gmail.com> | |
Wed, 27 Dec 2006 22:59:51 +0000 (23:59 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 28 Dec 2006 08:57:11 +0000 (00:57 -0800) | ||
commit | 45c9a7583c68ad5d150f40162dab65800124caf2 | |
tree | 5b4e0b9b68b7010f38c8e1195595c9ae9b320538 | tree | snapshot |
parent | 7c20b8234af2962ea4d5ce930ec0308c33f6f654 | commit | diff |
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>
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 | diff | blob | history |