diff options
Diffstat (limited to 'deployment/mgagit/templates')
-rw-r--r-- | deployment/mgagit/templates/gitolite.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mgagit/templates/gitolite.rc b/deployment/mgagit/templates/gitolite.rc index d87f1266..f4f671d2 100644 --- a/deployment/mgagit/templates/gitolite.rc +++ b/deployment/mgagit/templates/gitolite.rc @@ -21,7 +21,7 @@ UMASK => 0022, # look for "git-config" in the documentation - GIT_CONFIG_KEYS => 'gitweb\.description hooks\.mailinglist hooks\.emailprefix hooks\.noemail', + GIT_CONFIG_KEYS => 'gitweb\.description gitweb\.owner hooks\.mailinglist hooks\.emailprefix hooks\.noemail', # comment out if you don't need all the extra detail in the logfile LOG_EXTRA => 1, |