From 5cc8eb9b61ffc175a03c0c48d366febe3e687d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Fri, 7 Jan 2022 19:47:18 +0100 Subject: roles/cgit: Enable blame and log features --- roles/cgit/templates/cgitrc.j2 | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3