diff options
-rw-r--r-- | roles/cgit/templates/cgitrc.j2 | 4 |
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 |