SHA256
1
0
forked from pool/cgit

Accepting request 262832 from home:Guillaume_G:branches:devel:tools:scm

Fix css and logo path in cgitrc file (replace /git by /cgit)

OBS-URL: https://build.opensuse.org/request/show/262832
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/cgit?expand=0&rev=20
This commit is contained in:
2014-11-24 15:16:07 +00:00
committed by Git OBS Bridge
parent e54f2103b4
commit 6fb8e56506
2 changed files with 7 additions and 2 deletions

4
cgitrc
View File

@@ -5,10 +5,10 @@ cache-size=1000
clone-prefix=ssh://domain.com/var/git
# Specify the css url
css=/git/cgit.css
css=/cgit/cgit.css
# Specify the logo url
logo=/git/cgit.png
logo=/cgit/cgit.png
# Show extra links for each repository on the index page
enable-index-links=1