On Fri, 24 Sep 2010, Giuseppe Bilotta wrote: > The routine creates a table row with a name and a repository address, > like the one used at the top of summary view. [...] > +sub git_repo_url { > + my ($name, $url) = @_; > + return "<tr class=\"metadata_url\"><td>$name</td><td>$url</td></tr>\n"; > +} It should be *format_repo_url*, and not git_repo_url, isn't it? By the way, doesn't gitweb include code dealing with repository URL; why you don't _use_ this subroutine, then? -- 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