On Wed, 2 Mar 2011, Jakub Narebski wrote: > On Tue, 1 Mar 2011, Jonathan Nieder wrote: > > Uwe Kleine-KÃnig wrote [1]: > > [1] http://bugs.debian.org/616005 > > > > I experiment with $feature{'ctags'}. After installing > > > libhtml-tagcloud-perl (0.34-1) and adding > > > > > > $feature{'ctags'}{'default'} = [1]; This is also invalid... but this one actually is described: # gitweb by itself can show existing tags, but it does not handle # tagging itself; you need an external application for that. # For an example script, check Girocco's cgi/tagproj.cgi. # You may want to install the HTML::TagCloud Perl module to get # a pretty tag cloud instead of just a list of tags. # To enable system wide have in $GITWEB_CONFIG # $feature{'ctags'}{'default'} = ['path_to_tag_script']; # Project specific override is not supported. Using "$feature{'ctags'}{'default'} = [1];" would lead to errors when you would want to create a tag from web interface. -- Jakub Narebski Poland -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html