summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-03-06 12:08:33 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-03-06 13:32:44 +0000
commit9197e12d776d950ee3e5e15a2a7e7b905afdb632 (patch)
treea82b392525c1b78499a408a22c2a1969b1599c6d
parent00aa2621ec828ba150967b5e9426b42726bdf810 (diff)
downloadtrove-setup-9197e12d776d950ee3e5e15a2a7e7b905afdb632.tar.gz
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.
-rw-r--r--etc/cgitrc2
1 files changed, 1 insertions, 1 deletions
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