]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixed bug 544 -- now use unified diffs instead of context diffs in mail.
authorterry%netscape.com <>
Sat, 29 Aug 1998 02:17:59 +0000 (02:17 +0000)
committerterry%netscape.com <>
Sat, 29 Aug 1998 02:17:59 +0000 (02:17 +0000)
processmail

index 36935185e7a47a919cd9997d9e41aff70a2d0829..b64d2e8a4fae49a97dd70f87e3279789ada8e90e 100755 (executable)
@@ -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"