Lines Matching full:diff
1324 open($FILE, '-|', "diff -u /dev/null $filename") ||
1325 die "$P: $filename: diff failed - $!\n";
1564 # Drop the diff line leader and expand tabs
1595 # Always copy over the diff marker.
1823 # Strip the diff line prefixes and rip blank lines at start and end.
2768 # is the start of a diff block and this line starts
2818 $line =~ /^diff --git a\/[\w\/\.\_\-]+ b\/\S+\s*$/))) {
2849 # new versions of GNU diff omit the leading space on completely
2876 if ($line =~ /^diff --git.*?(\S+)$/) {
2958 # Check if the commit log has what seems like a diff which can confuse patch
2960 (($line =~ m@^\s+diff\b.*a/([\w/]+)@ &&
2961 $line =~ m@^\s+diff\b.*a/[\w/]+\s+b/$1\b@) ||
2965 "Avoid using diff content in the commit message - patch(1) might not work\n" . $herecurr);
7704 # Strip diff line prefixes.
7746 "Does not appear to be a unified-diff format patch\n");