Add some more config keys to gitolite's white list

This commit is contained in:
jaseg 2020-12-30 12:52:41 +01:00
parent 380b48646e
commit d3855fe6c3

View file

@ -21,7 +21,7 @@
UMASK => 0027,
# look for "git-config" in the documentation
GIT_CONFIG_KEYS => 'core\.sharedRepository gitweb.owner gitweb.description gitweb.category',
GIT_CONFIG_KEYS => 'core\.sharedRepository gitweb\.owner gitweb\.description gitweb\.category cgit\.defbranch cgit\.hide cgit\.logo cgit\.logo-link cgit\.readme',
# comment out if you don't need all the extra detail in the logfile
LOG_EXTRA => 1,