Jakub Narebski <jnareb@xxxxxxxxx> writes: > Perhaps instead of $no_age_column that can be single configuration > variable like @excluded_project_list_fields instead of one variable > per column. True. In general we avoid no_anything because it tends to introduce hard-to-read double negation in the code and the documentation (e.g. "if (!$no_frotz)"), but "next if (exists $exclude{$it})" is probably not so bad. -- 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