diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-01-07 19:47:18 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-01-07 19:47:18 +0100 |
commit | 5cc8eb9b61ffc175a03c0c48d366febe3e687d84 (patch) | |
tree | c92503a661ccc348a781d7b27442fe63dc12b00b | |
parent | d09a32e0f7699890908dae947667bcf4cf9dc8a7 (diff) | |
download | rules-5cc8eb9b61ffc175a03c0c48d366febe3e687d84.tar.gz |
roles/cgit: Enable blame and log features
-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 |