From 9197e12d776d950ee3e5e15a2a7e7b905afdb632 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 6 Mar 2014 12:08:33 +0000 Subject: List all Git clone URLs in web frontend Trove's default configuration offers git:// and ssh:// URLs and now http:// and https:// too. We should list all of those in the cgit web frontend. --- etc/cgitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/cgitrc b/etc/cgitrc index 43a8627..c526e17 100644 --- a/etc/cgitrc +++ b/etc/cgitrc @@ -1,4 +1,4 @@ -clone-prefix=ssh://git@##TROVE_HOSTNAME## +clone-prefix=git://##TROVE_HOSTNAME## http://##TROVE_HOSTNAME##/git https://##TROVE_HOSTNAME##/git ssh://git@##TROVE_HOSTNAME## strict-export=git-daemon-export-ok css=/cgit/cgit.css -- cgit v1.2.1