gitweb: Create Gitweb::Config module
commit0859a167ac3f140b37f1b17878ec2002481d43c8
authorPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Mon, 31 May 2010 21:06:48 +0000 (1 02:36 +0530)
committerPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Wed, 7 Jul 2010 14:07:16 +0000 (7 19:37 +0530)
tree05ddbe975c57e5762c99cc82f25d1e322f8f96de
parentd81ed05585eed5280022c02c31402d9f8003fc51
gitweb: Create Gitweb::Config module

Create Gitweb::Config module in 'gitweb/lib/Gitweb/Config.pm'
to store all the configuration variables and subroutines
regarding the gitweb.perl script.

This module depends only on $git_dir from Gitweb::Git and
includes the configuration related variables and
subroutines (Including those required for configuration
of gitweb features)

Subroutines moved:
evaluate_gitweb_config
configure_gitweb_features
filter_snapshot_fmts
gitweb_get_feature
gitweb_check_feature

Update gitweb/Makefile to install Gitweb::Config module alongside gitweb

Signed-off-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
gitweb/Makefile
gitweb/gitweb.perl
gitweb/lib/Gitweb/Config.pm [new file with mode: 0644]