[llvm-commits] CVS: CVSROOT/commit-diffs.pl
Alkis Evlogimenos
alkis at cs.uiuc.edu
Tue Mar 30 15:20:01 PST 2004
Changes in directory CVSROOT:
commit-diffs.pl updated: 1.56 -> 1.57
---
Log message:
Ignore whitespace only diff lines
---
Diffs of the changes: (+1 -1)
Index: CVSROOT/commit-diffs.pl
diff -u CVSROOT/commit-diffs.pl:1.56 CVSROOT/commit-diffs.pl:1.57
--- CVSROOT/commit-diffs.pl:1.56 Mon Mar 15 23:21:47 2004
+++ CVSROOT/commit-diffs.pl Tue Mar 30 15:19:42 2004
@@ -119,7 +119,7 @@
$msg .= "$m->{'filename'} (r$m->{'oldrev'}) removed\n";
} else {
$msg .= "$m->{'filename'} updated: $m->{'oldrev'} -> $m->{'newrev'}\n";
- $diffs .= `cvs -Qf rdiff -u -r $m->{'oldrev'} -r $m->{'newrev'} $changedir/$m->{'filename'} 2> /dev/null` . "\n\n";
+ $diffs .= `cvs -Qf rdiff -u -w -r $m->{'oldrev'} -r $m->{'newrev'} $changedir/$m->{'filename'} 2> /dev/null` . "\n\n";
}
}
$msg .= "\n---\nLog message:\n\n" . join('', at logmessage);
More information about the llvm-commits
mailing list