From: terry%netscape.com <> Date: Sat, 29 Aug 1998 02:17:59 +0000 (+0000) Subject: Fixed bug 544 -- now use unified diffs instead of context diffs in mail. X-Git-Tag: bugzilla-1.3~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dd735023225eb19ed12ff93625450e2da6c3860;p=thirdparty%2Fbugzilla.git Fixed bug 544 -- now use unified diffs instead of context diffs in mail. --- diff --git a/processmail b/processmail index 36935185e7..b64d2e8a4f 100755 --- a/processmail +++ b/processmail @@ -206,7 +206,7 @@ foreach i $argv { puts $fid $text close $fid if {[Different $old $new]} { - catch {exec diff -c $old $new > $diffs} + catch {exec diff -u $old $new > $diffs} set tolist [fixaddresses [list $bug(assigned_to) $bug(reporter)]] set cclist [fixaddresses $bug(cclist)] set logstr "Bug $i changed"