Add gitweb config for gravatars, disabled for now
authorBernie Innocenti <bernie@codewiz.org>
Sat, 15 Aug 2009 01:15:50 +0000 (03:15 +0200)
committerBernie Innocenti <bernie@codewiz.org>
Sat, 15 Aug 2009 01:15:50 +0000 (03:15 +0200)
gitweb_config.perl

index 8d90ec584b6cd7119157780efefe14c30526082a..a9393f51442ea4cc2ae1f32363be023966020791 100755 (executable)
@@ -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];