gitweb: Update the urls that gitweb publishes.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 5 Jan 2009 14:49:34 +0000 (15:49 +0100)
committerMatthijs 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

index a2bfcfad2aa05cb3d5afe1aaaecbdfb458429cd4..abe6235ca587056553e86c1eb508d92ddbd4cc7c 100644 (file)
@@ -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"
 )