From 8ac73638be97c018a5e6a645c4adc487e277b73f Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Wed, 18 Sep 2024 13:35:09 -0500 Subject: [PATCH] Add permission to add descriptions to gitweb --- git/.gitolite.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.43.4