diff options
Diffstat (limited to 'roles/cgit/templates/cgitrc.j2')
-rw-r--r-- | roles/cgit/templates/cgitrc.j2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/cgit/templates/cgitrc.j2 b/roles/cgit/templates/cgitrc.j2 index 562a002..d5204ae 100644 --- a/roles/cgit/templates/cgitrc.j2 +++ b/roles/cgit/templates/cgitrc.j2 @@ -17,8 +17,7 @@ about-filter=/usr/lib/cgit/filters/about-formatting.sh clone-url=https://$HTTP_HOST/$CGIT_REPO_URL git://{{ gitolite_clone }}:$CGIT_REPO_URL ssh://{{ gitolite_clone }}/$CGIT_REPO_URL # enable git blame -# not implemented yet in v1.1 -#enable-blame=1 +enable-blame=1 # use information from gitolite enable-git-config=1 |