gitweb: Create Gitweb::Util modulegitweb/split-v3-init
commit8a9ce9862f3821647cbf2868ea42e6b644deff6c
authorPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Thu, 27 Jan 2011 12:23:29 +0000 (27 13:23 +0100)
committerJakub Narebski <jnareb@gmail.com>
Thu, 27 Jan 2011 12:23:29 +0000 (27 13:23 +0100)
tree22d5826c087c4b9dcc72e2131c2cfb061403f7eb
parent08063026a80f980eae62a74df31d3cac7317c8f2
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]