Package: gitweb
Version: 1:1.5.2.4-1
Severity: minor
Tags: patch

The 'projects' link doesn't work with the $home_link value provided by
Debian's gitweb.conf.  Either setting it to the default value taken from
gitweb.cgi or commenting the line out solves the problem.

The attatched patch comments the line out, and updates the provided
value to the default from gitweb.cgi.

Ansgar

--- debian/gitweb.conf~ 2007-09-10 22:28:35.000000000 +0200
+++ debian/gitweb.conf  2007-09-10 22:33:07.000000000 +0200
@@ -5,7 +5,7 @@
 $git_temp = "/tmp";
 
 # target of the home link on top of all pages
-$home_link = $my_uri;
+#$home_link = $my_uri || "/";
 
 # html text to include at home page
 $home_text = "indextext.html";



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to