From: Wayne Davison Date: Sat, 27 Oct 2007 06:00:44 +0000 (+0000) Subject: Allow for more -p info. X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/commitdiff_plain/60a0edfe51f742c5689b8d19d52c8bad795e77c2 Allow for more -p info. --- diff --git a/verify-patches b/verify-patches index 67698cd..d6d7c3a 100755 --- a/verify-patches +++ b/verify-patches @@ -272,7 +272,7 @@ sub generate_new_patch # These are not included in the diff above so that patch will give # generated files a later timestamp than the source files. foreach my $fn (@generated_files) { - &filter_diff("diff -dup cvsdir/$fn workdir"); + &filter_diff("diff -dupW128 cvsdir/$fn workdir"); } } close OUT;