From: root Date: Tue, 25 Nov 2008 00:12:10 +0000 (+0100) Subject: gitweb: Make gitweb publish http and ssh urls for every repos. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=1401bf699d9199d7fed4c68d935f1857df8f04c7;p=matthijs%2Fservers%2Fdrsnuggles.git gitweb: Make gitweb publish http and ssh urls for every repos. --- diff --git a/etc/gitweb.conf b/etc/gitweb.conf index dcb5717..a2bfcfa 100644 --- a/etc/gitweb.conf +++ b/etc/gitweb.conf @@ -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" +)