diff options
-rw-r--r-- | conf/.gitolite.rc | 2 | ||||
-rw-r--r-- | conf/gitolite.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/.gitolite.rc b/conf/.gitolite.rc index ea43e06..c40ac25 100644 --- a/conf/.gitolite.rc +++ b/conf/.gitolite.rc @@ -21,7 +21,7 @@ UMASK => 0022, # look for "git-config" in the documentation - GIT_CONFIG_KEYS => '', + GIT_CONFIG_KEYS => 'gitweb.owner', # comment out if you don't need all the extra detail in the logfile LOG_EXTRA => 1, diff --git a/conf/gitolite.conf b/conf/gitolite.conf index bf9694e..a1602d0 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -8,3 +8,5 @@ repo CREATOR/..* RW+ = CREATOR MAINTAINERS RW+ contrib/USER/ = CONTRIBUTORS R = @all + + config gitweb.owner = %GL_CREATOR |