gitweb: Add support for enabling 'write' feature
commit8bbf816fed6e973e8a913a070d1abcc48e065b52
authorPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Mon, 21 Jun 2010 22:22:34 +0000 (22 03:52 +0530)
committerPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Fri, 16 Jul 2010 06:14:07 +0000 (16 11:44 +0530)
tree9dee745bc376862e0c00952020ef9173145ea217
parent054809545648ab406e83789047d1a2d856a0f0b6
gitweb: Add support for enabling 'write' feature

Provide $feature{'write'} to enable the 'write'
functionalities for gitweb. While outputting HTML
it checks for gitweb_check_feature('write') and if
it's enabled, proper links will appear along with
the HTML divs.

Signed-off-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
gitweb/gitweb.perl
gitweb/lib/Gitweb/Config.pm
gitweb/lib/Gitweb/Request.pm
gitweb/lib/Gitweb/View.pm