gitolite.rc: Enable cgit metadata config keys

This commit is contained in:
jaseg 2020-12-29 13:06:57 +01:00
parent e1e8b015c2
commit 5ed0cf8cb2

View file

@ -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,