Jeff King schrieb: > +sub validate_patch { > + my $fn = shift; > + open(my $fh, '<', $fn) > + or die "unable to open $fn: $!\n"; > + while (my $line = <$fh>) { > + if (length($line) > 998) { > + return "patch contains line longer than 998 characters"; "... contains line_s_ longer than..." -- Hannes - 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