From 57ef6dae2477742b0d3842db3c75786fcc2e3831 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 24 Oct 2006 05:04:15 +0200 Subject: [PATCH] Add $projectroot to gitweb configuration --- gitweb_config.perl | 1 + 1 file changed, 1 insertion(+) diff --git a/gitweb_config.perl b/gitweb_config.perl index d4a1e1f..5cd19c7 100644 --- a/gitweb_config.perl +++ b/gitweb_config.perl @@ -5,6 +5,7 @@ ## absolute fs-path which will be prepended to the project path ##our $projectroot = "/pub/scm"; #our $projectroot = "/srv/git"; +$projectroot = "/srv/git"; # ## target of the home link on top of all pages #our $home_link = $my_uri || "/"; -- 2.11.4.GIT