Lines Matching refs:lines
53 # the blank lines before it makes diff think you've changed the
187 # For each file, build a list of modified lines.
189 print STDERR " Reviewing diff to determine which lines changed.\n";
1677 my @lines = split(/\n/, $commitLog);
1678 shift @lines; # Remove initial blank line
1679 foreach my $line (@lines) {