Adjust to gitweb updates.
Junio C Hamano committed
Aug 1, 2006 at 16:02 UTC
49b4552a4a65068220005dc94edf68b06002f03e
1 file changed
+1
Gitweb
+1
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++