aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2020-12-29 13:06:57 +0100
committerjaseg <code@jaseg.net>2020-12-29 13:06:57 +0100
commit5ed0cf8cb22f722a218d440b0ad69500c5a3edc2 (patch)
treec888c443fcd40f9000b8f65d165d26d782c8185e
parente1e8b015c2bc6db9d877e938fbf4df57560c04b6 (diff)
downloadinfra-5ed0cf8cb22f722a218d440b0ad69500c5a3edc2.tar.gz
infra-5ed0cf8cb22f722a218d440b0ad69500c5a3edc2.tar.bz2
infra-5ed0cf8cb22f722a218d440b0ad69500c5a3edc2.zip
gitolite.rc: Enable cgit metadata config keys
-rw-r--r--gitolite.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitolite.rc b/gitolite.rc
index 2c8435a..ad1d2bb 100644
--- a/gitolite.rc
+++ b/gitolite.rc
@@ -21,7 +21,7 @@
UMASK => 0027,
# look for "git-config" in the documentation
- GIT_CONFIG_KEYS => 'core\.sharedRepository',
+ GIT_CONFIG_KEYS => 'core\.sharedRepository gitweb.owner gitweb.description gitweb.category',
# comment out if you don't need all the extra detail in the logfile
LOG_EXTRA => 1,