From 49b4552a4a65068220005dc94edf68b06002f03e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 1 Aug 2006 16:02:32 -0700 Subject: [PATCH] Adjust to gitweb updates. --- Gitweb | 1 + 1 file changed, 1 insertion(+) diff --git a/Gitweb b/Gitweb index 93f8080b11..7eb8ff22f0 100755 --- a/Gitweb +++ b/Gitweb @@ -8,6 +8,7 @@ sed -e ' /^our .GIT = /s|"/usr/bin/|"/home/junio/bin/Linux/| /^our .projectroot = /s|".*"|"/opt/packrat/playpen/public/in-place/git"| /^our .stylesheet = /s|".*"|"/gitweb.css"| +/^our .logo = /s|".*"|"/git-logo.png"| /^our .projects_list = /s|".*"|"/opt/packrat/playpen/public/in-place/git/index/index.aux"| ' gitweb.cgi >gitweb.cgi++