From 1401bf699d9199d7fed4c68d935f1857df8f04c7 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Nov 2008 01:12:10 +0100 Subject: [PATCH] gitweb: Make gitweb publish http and ssh urls for every repos. --- etc/gitweb.conf | 5 +++++ 1 file changed, 5 insertions(+) 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" +) -- 2.30.2