On Thu, Jul 2, 2009 at 13:17, Mohamed Mansour<[email protected]> wrote:
> Since I am external, it would be nice to have access to the git web
> interface. Trac seems too heavy weight, slow, and too crowded in my opinion.
> ViewVC is great, maybe apply some sort of patch to ViewVC of what Darin has
> done (which is very cool) and very useful.
If it is the upstream git web interface, it is possible to run it
locally using `git instaweb`. Requires that lighttpd or some other web
server is installed on your system.
You can tweak it in /path/to/chromium/.git/gitweb/gitweb_config.perl
to enable blame and searching:
$feature{'blame'}{'default'} = [1];
$feature{'grep'}{'default'} = [1];
$feature{'pickaxe'}{'default'} = [1];
(Remember to restart it using `git instaweb --restart`)
--
Jonas Fonseca
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---