]> prime8.dev >> repos - p8d.git/commitdiff
Allow all keys
authorDamian Myrda <monkey.damianek@gmail.com>
Thu, 19 Sep 2024 17:36:25 +0000 (12:36 -0500)
committerDamian Myrda <monkey.damianek@gmail.com>
Thu, 19 Sep 2024 17:36:25 +0000 (12:36 -0500)
git/.gitolite.rc

index 7989d32b29e8fb94db2c028f5eea689275244d48..ab5de640d3229228c190d7f9c01ca77a029fe7e6 100644 (file)
@@ -20,7 +20,7 @@
     UMASK                           =>  0077,
 
     # look for "git-config" in the documentation
-    GIT_CONFIG_KEYS                 =>  ['gitweb.owner', 'gitweb.description'],
+    GIT_CONFIG_KEYS                 =>  'gitweb\..*',
 
     # comment out if you don't need all the extra detail in the logfile
     LOG_EXTRA                       =>  1,