gitweb: Create Gitweb::Util modulegitweb/split-v1-init
commita942938029702b5f0c9c707f94d51b80f7901fbc
authorPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Tue, 25 Jan 2011 20:08:46 +0000 (25 21:08 +0100)
committerJakub Narebski <jnareb@gmail.com>
Tue, 25 Jan 2011 20:08:46 +0000 (25 21:08 +0100)
treee817d2f834684efe6a4ae04c365910e57fa4073b
parente085c303cc9be15f8268c1cfd8c3916a80eb0700
gitweb: Create Gitweb::Util module

Create a Gitweb::Util module, which is meant to contain internal
utilities used by gitweb.  Currently it includes all the
quoting/unquoting and escaping subroutines that are used by the
gitweb.

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

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