Jakub Narebski <jnareb@xxxxxxxxx> wrote: > Jeff King wrote: > > @@ -56,7 +50,7 @@ # URI of GIT logo > > our $logo = "@@GITWEB_LOGO@@"; > > > > # source of projects list > > -our $projects_list = "@@GITWEB_LIST@@" || "$projectroot"; > > +our $projects_list = "@@GITWEB_LIST@@"; > > > > # default blob_plain mimetype and default charset for text/plain blob > > our $default_blob_plain_mimetype = 'text/plain'; > > But why that change? Earlier this was undef if the user did not change it. Now this is always a string so the second one will probably never come into play except the user chooses to set the string to undef again. - : 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