diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-07-12 09:19:13 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-07-12 09:19:13 -0400 |
commit | 51475b847895dc0cd35310b2b1d6d753ece7cb82 (patch) | |
tree | c33f781bd58f18308abfa4edd2d00034a2ae283c | |
parent | 96bf2a2318fffc8194137338648a5cd44ea0dc30 (diff) |
takemi: Remove ".git" suffix on cgit pages.
-rw-r--r-- | takemi.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -101,6 +101,7 @@ (cgit-configuration (project-list "/var/lib/gitolite/projects.list") (repository-directory "/var/lib/gitolite/repositories") + (remove-suffix? #t) ;; Is there a way to avoid this wrapper script? (source-filter (program-file "cgit-syntax-highlight" |