gitweb: Create Gitweb::Parse module
commit054809545648ab406e83789047d1a2d856a0f0b6
authorPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Wed, 9 Jun 2010 11:25:11 +0000 (9 16:55 +0530)
committerPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Thu, 8 Jul 2010 02:51:31 +0000 (8 08:21 +0530)
tree1f2ecfd5955ca0fe45d506fba4867eadd69097ec
parent7758adfc6916d859a1f1ac27e8338d17da55a151
gitweb: Create Gitweb::Parse module

Create Gitweb::Parse module in 'gitweb/lib/Gitweb/Parse.pm'
to store the subroutines which related to parsing functions
required for gitweb.

This module depends on Git.pm, Escape.pm, View.pm and Util.pm.

Subroutines moved:
unquote
parse_date
parse_tag
parse_commit_text
parse_commit
parse_commits
parse_difftree_raw_line
parsed_difftree_line
parse_ls_tree_line
parse_from_to_diffinfo

Update 'gitweb/Makefile' to install Gitweb::Parse alongside gitweb.

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