* Jakub Narebski <jnareb@xxxxxxxxx> [120130 16:40]: > Perhaps there are other cases... > > > @@ -2841,7 +2840,7 @@ sub git_get_projects_list { > > my $pfxlen = length("$dir"); > > my $pfxdepth = ($dir =~ tr!/!!); > > # when filtering, search only given subdirectory > > - if ($filter) { > > + if ($filter and not $paranoid) { > > Hmmmm... ($filter and !$paranoid) or ($filter && !$paranoid)? > Which would be more Perl-ish and fit current code style better... I cannot say what is more perlish, but gitweb.perl seems to contain only the combinations "and not" (1 time) and "&& !" (8 times). Bernhard R. Link -- 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