2 # Fix up the output of cvs diff -c so that it works with patch.
3 # We do this by propagating the full pathname from the Index: line
4 # into the diff itself.
6 # Thrown together by Jason Merrill <jason@cygnus.com>
17 s/^([-+*]{3}) [^\t]+\t/$1 $full\t/
18 unless m{ /dev/null\t};