Adjust to gitweb updates.

This commit is contained in:
Junio C Hamano
2006-08-01 16:02:32 -07:00
parent fc32377cd5
commit 49b4552a4a

1
Gitweb
View File

@@ -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++