diff options
author | Malfurious <m@lfurio.us> | 2021-05-05 03:19:49 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-05-05 03:19:49 -0400 |
commit | bbc840f755f90d4e97117c841920d19d6ee415f5 (patch) | |
tree | a5463d8ebaf67b1f2d0abf543577cddeca106643 | |
parent | 39ec76e0d3fb6c88081fb4b5e5c3324441a114e4 (diff) | |
download | site-bbc840f755f90d4e97117c841920d19d6ee415f5.tar.gz site-bbc840f755f90d4e97117c841920d19d6ee415f5.zip |
Fix fetching git repositories from full path (including .git)
-rw-r--r-- | cgit/cgitrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |