our $git_temp = "/srv/www/gitweb_tmp"; our $projects_list = "/srv/gitolite/projects.list"; # The directories where your projects are. Must not end with a slash. our $projectroot = "/srv/gitolite/repositories"; # Base URLs for links displayed in the web interface. our @git_base_url_list = qw(git://core.privat-network.com http://git@core.private-network.com); our $projects_list_group_categories = 1; # By default, gitweb will happily let people browse any repository # they guess the name of. This may or may not be what you want. # I prefer to set these, to allow exactly the repositories in # projects.list to be browsed. $export_ok = ""; $strict_export = "true";