summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/cgit/templates/cgitrc.j23
-rw-r--r--roles/gitolite/templates/gitolite.rc.j22
2 files changed, 2 insertions, 3 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
diff --git a/roles/gitolite/templates/gitolite.rc.j2 b/roles/gitolite/templates/gitolite.rc.j2
index 39ad211..b183a87 100644
--- a/roles/gitolite/templates/gitolite.rc.j2
+++ b/roles/gitolite/templates/gitolite.rc.j2
@@ -154,7 +154,7 @@
# 'upstream',
# updates 'description' file instead of 'gitweb.description' config item
- # 'cgit',
+ 'cgit',
# allow repo-specific hooks to be added
'repo-specific-hooks',