diff options
author | Colin Guthrie <colin@mageia.org> | 2013-07-14 21:50:36 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-07-14 21:50:36 +0000 |
commit | a49d13b6ca3afec45ea6182309483e6f396d04cc (patch) | |
tree | 1b77ed1f27fe0e53a6bafceae35254d7297565aa /modules/cgit/templates/cgitrc | |
parent | afe3e18be26509881cd65a7fab4b33049e465be6 (diff) | |
download | puppet-a49d13b6ca3afec45ea6182309483e6f396d04cc.tar puppet-a49d13b6ca3afec45ea6182309483e6f396d04cc.tar.gz puppet-a49d13b6ca3afec45ea6182309483e6f396d04cc.tar.bz2 puppet-a49d13b6ca3afec45ea6182309483e6f396d04cc.tar.xz puppet-a49d13b6ca3afec45ea6182309483e6f396d04cc.zip |
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.
Diffstat (limited to 'modules/cgit/templates/cgitrc')
-rw-r--r-- | modules/cgit/templates/cgitrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |