From: Damian Myrda Date: Wed, 18 Sep 2024 18:35:09 +0000 (-0500) Subject: Add permission to add descriptions to gitweb X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=8ac73638be97c018a5e6a645c4adc487e277b73f;p=p8d.git Add permission to add descriptions to gitweb --- diff --git a/git/.gitolite.rc b/git/.gitolite.rc index 41ee47f..61ad579 100644 --- a/git/.gitolite.rc +++ b/git/.gitolite.rc @@ -21,7 +21,7 @@ UMASK => 0077, # look for "git-config" in the documentation - GIT_CONFIG_KEYS => '', + GIT_CONFIG_KEYS => 'gitweb.description', # comment out if you don't need all the extra detail in the logfile LOG_EXTRA => 1,