From d3855fe6c3243546fba01c58c0cd69d5e0783c53 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 30 Dec 2020 12:52:41 +0100 Subject: Add some more config keys to gitolite's white list --- gitolite.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitolite.rc b/gitolite.rc index ad1d2bb..25c3efb 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 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, -- cgit