From bbc840f755f90d4e97117c841920d19d6ee415f5 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Wed, 5 May 2021 03:19:49 -0400 Subject: Fix fetching git repositories from full path (including .git) --- cgit/cgitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgit/cgitrc b/cgit/cgitrc index 7f50617..93d0e98 100644 --- a/cgit/cgitrc +++ b/cgit/cgitrc @@ -8,7 +8,7 @@ logo-link=/ root-title=index root-desc=boomer git repositories -clone-url=https://ma.lfurio.us/git/$CGIT_REPO_URL +clone-url=https://ma.lfurio.us/git/$CGIT_REPO_URL https://ma.lfurio.us/git/$CGIT_REPO_URL.git enable-blame=1 enable-follow-links=1 -- cgit v1.2.3