gitweb: Make gitweb publish http and ssh urls for every repos.
authorroot <root@template.drsnuggles.stderr.nl>
Tue, 25 Nov 2008 00:12:10 +0000 (01:12 +0100)
committerroot <root@template.drsnuggles.stderr.nl>
Tue, 25 Nov 2008 00:12:10 +0000 (01:12 +0100)
etc/gitweb.conf

index dcb5717f1cf53635465f21d27d7a1f24acee76e2..a2bfcfad2aa05cb3d5afe1aaaecbdfb458429cd4 100644 (file)
@@ -21,3 +21,8 @@ $logo = "/git-logo.png";
 
 # the 'favicon'
 $favicon = "/git-favicon.png";
+
+@git_base_url_list = (
+       "http://git.stderr.nl/git",
+       "ssh://git.stderr.nl/data/vcs/git"
+)