gitweb: Create Gitweb::Util modulegitweb/split-v2-init
commit17849c17cc8c280f64fd23d5d80301deb75dd129
authorPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Wed, 26 Jan 2011 12:47:24 +0000 (26 13:47 +0100)
committerJakub Narebski <jnareb@gmail.com>
Wed, 26 Jan 2011 12:47:24 +0000 (26 13:47 +0100)
treefa44170b10ea8bfe506386554ae49154e49bfe0c
parent4782af355fb5cc14857ac803d51f8adf9a8f906f
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]