From a49d13b6ca3afec45ea6182309483e6f396d04cc Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 14 Jul 2013 21:50:36 +0000 Subject: cgit: Honour the gitweb config directives (owner and description) It seems description is already honoured so perhaps owner would be too but the man page says this defaults to off and we definitely want it on. --- modules/cgit/templates/cgitrc | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/cgit/templates/cgitrc b/modules/cgit/templates/cgitrc index 1fc36667..fd8033f4 100644 --- a/modules/cgit/templates/cgitrc +++ b/modules/cgit/templates/cgitrc @@ -140,6 +140,7 @@ readme=:install commit-filter=/usr/local/bin/cgit.filter.commit-links.sh +enable-git-config=1 section-from-path=-1 case-sensitive-sort=0 remove-suffix=1 -- cgit v1.2.1