Home | History | Annotate | Download | only in Scripts

Lines Matching full:line

109 # We want to match the line endings of the existing log file in case they're
110 # different from perl's line endings.
147 my $line = $_;
152 $line =~ s/^ {8}//;
154 # Save the reviewed by line
155 if ($line =~ m/^Reviewed by .*/) {
156 $reviewedByLine = $line;
160 # Grab the author and the date line
161 if ($line =~ m/^([0-9]{4}-[0-9]{2}-[0-9]{2})\s+(.*[^\s])\s+<(.*)>/ && $lineCount == 0) {
171 # Attempt to insert the "patch by" line, after the first blank line.
181 # Attempt to insert the "reviewed by" line, after the first blank line.
189 $contents .= $line;