projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de563dc
)
gitweb: Update the urls that gitweb publishes.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 5 Jan 2009 14:49:34 +0000
(15:49 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 5 Jan 2009 14:49:34 +0000
(15:49 +0100)
The http url no longer needs /git/ and ssh no longer needs
/data/vcs/git/.
etc/gitweb.conf
patch
|
blob
|
history
diff --git
a/etc/gitweb.conf
b/etc/gitweb.conf
index a2bfcfad2aa05cb3d5afe1aaaecbdfb458429cd4..abe6235ca587056553e86c1eb508d92ddbd4cc7c 100644
(file)
--- a/
etc/gitweb.conf
+++ b/
etc/gitweb.conf
@@
-23,6
+23,6
@@
$logo = "/git-logo.png";
$favicon = "/git-favicon.png";
@git_base_url_list = (
- "http://git.stderr.nl
/git
",
- "ssh://git.stderr.nl
/data/vcs/git
"
+ "http://git.stderr.nl",
+ "ssh://git.stderr.nl"
)