Giuseppe Bilotta wrote: > On Mon, Dec 15, 2008 at 2:17 PM, Jakub Narebski <jnareb@xxxxxxxxx> wrote: >>> + my $patch_max; >>> + if ($format eq 'patch') { >>> + $patch_max = gitweb_check_feature('patches'); >>> + die_error(403, "Patch view not allowed") unless $patch_max; >>> + } >>> + >> >> Hmmm... gitweb_check_feature > > You're right, it's an abuse. I'll make it gitweb_get_feature()[0] Or better + ($patch_max) = gitweb_get_feature('patches'); [...] > As soon as you finish the patchset review I'll have a new version > taking into consideration all the other suggestions and remarks I > snipped from this reply. Thank you very much for keeping this patch series alive. -- 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