git-instaweb: Add option to reuse previous project config file
commit64e38496289c33e91a54a9ffaab6aebe17f78368
authorPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Tue, 1 Jun 2010 13:29:27 +0000 (1 18:59 +0530)
committerPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Mon, 21 Jun 2010 18:44:01 +0000 (22 00:14 +0530)
treee9fc57af6e20ade07438467da81405d6be3a15ab
parent3795bb2506fb932bea66dd9c9e75d1c911b345fb
git-instaweb: Add option to reuse previous project config file

Add an option to git-instaweb which allows the usage of the old
gitweb_config.perl situated in '.git/gitweb' dir. When the option
is in use, gitweb_config.perl generated by git-instaweb won't be
overwritten.

Usage:
git instaweb --reuse-config

Example:
When I use git-instaweb, it is tiring to add customised
configuration (like highlight featues enabling) to the gitweb_config.perl
file everytime I initiate the server. With this,it's enough to use
this option.

Signed-off-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
Documentation/git-instaweb.txt
git-instaweb.sh