Blame SOURCES/git-1.5-gitweb-home-link.patch

842ec7
diff -up git-1.7.2/gitweb/gitweb.perl.orig git-1.7.2/gitweb/gitweb.perl
842ec7
--- git-1.7.2/gitweb/gitweb.perl.orig	2010-07-21 23:35:25.000000000 +0200
842ec7
+++ git-1.7.2/gitweb/gitweb.perl	2010-07-22 10:49:50.385707086 +0200
842ec7
@@ -79,7 +79,7 @@ our $projectroot = "++GITWEB_PROJECTROOT
842ec7
 our $project_maxdepth = "++GITWEB_PROJECT_MAXDEPTH++";
842ec7
 
842ec7
 # string of the home link on top of all pages
842ec7
-our $home_link_str = "++GITWEB_HOME_LINK_STR++";
842ec7
+our $home_link_str = $ENV{'SERVER_NAME'} ? "git://" . $ENV{'SERVER_NAME'} : "projects";
842ec7
 
842ec7
 # name of your site or organization to appear in page titles
842ec7
 # replace this with something more descriptive for clearer bookmarks