aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2022-01-07 19:47:18 +0100
committerRomain Gonçalves <me@rgoncalves.se>2022-01-07 19:47:18 +0100
commit5cc8eb9b61ffc175a03c0c48d366febe3e687d84 (patch)
treec92503a661ccc348a781d7b27442fe63dc12b00b
parentd09a32e0f7699890908dae947667bcf4cf9dc8a7 (diff)
downloadinfrastructure-5cc8eb9b61ffc175a03c0c48d366febe3e687d84.tar.gz
roles/cgit: Enable blame and log features
-rw-r--r--roles/cgit/templates/cgitrc.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/cgit/templates/cgitrc.j2 b/roles/cgit/templates/cgitrc.j2
index 953494d..99dcc17 100644
--- a/roles/cgit/templates/cgitrc.j2
+++ b/roles/cgit/templates/cgitrc.j2
@@ -22,6 +22,10 @@ about-filter=/bin/about-filter.sh
enable-commit-graph=1
enable-http-clone=1
enable-index-links=1
+enable-blame=1
+enable-git-config=1
+enable-log-linecount=1
+enable-log-filecount=1
max-stats=quarter
robots=noindex, nofollow
localtime=1
remember that computers suck.