diff options
author | Malfurious <m@lfurio.us> | 2021-05-05 03:52:36 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-05-05 03:52:36 -0400 |
commit | f457bf35fab0289cc6acab64a22d1fb049f917dd (patch) | |
tree | 2783d2eeacf9d761e11cb3dedd45784aedf19958 | |
parent | bbc840f755f90d4e97117c841920d19d6ee415f5 (diff) | |
download | site-f457bf35fab0289cc6acab64a22d1fb049f917dd.tar.gz site-f457bf35fab0289cc6acab64a22d1fb049f917dd.zip |
Revert "Fix fetching git repositories from full path (including .git)"
This doesn't solve the issue.
This reverts commit bbc840f755f90d4e97117c841920d19d6ee415f5.
-rw-r--r-- | cgit/cgitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit/cgitrc b/cgit/cgitrc index 93d0e98..7f50617 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 https://ma.lfurio.us/git/$CGIT_REPO_URL.git +clone-url=https://ma.lfurio.us/git/$CGIT_REPO_URL enable-blame=1 enable-follow-links=1 |