From 02065e3454f4dfa621af0bf4093a36ab8acdbf5a Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Sat, 15 Aug 2009 03:15:50 +0200 Subject: [PATCH] Add gitweb config for gravatars, disabled for now --- gitweb_config.perl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitweb_config.perl b/gitweb_config.perl index 8d90ec5..a9393f5 100755 --- a/gitweb_config.perl +++ b/gitweb_config.perl @@ -17,6 +17,8 @@ $favicon = "../wiki/favicon.ico"; $feature{'blame'}{'default'} = [1]; +#$feature{'avatar'}{'default'} = ['gravatar']; + #bernie: not working with rewrite rule $feature{'pathinfo'}{'default'} = [1]; -- 2.25.1