rasmus Fri, 17 Jul 2009 23:58:14 +0000
URL: http://svn.php.net/viewvc?view=revision&revision=284288
Changed paths:
U SVNROOT/commit-email.php
Log:
Wrap at the more standard 72 chars here
Modified: SVNROOT/commit-email.php
===================================================================
--- SVNROOT/commit-email.php 2009-07-17 23:47:14 UTC (rev 284287)
+++ SVNROOT/commit-email.php 2009-07-17 23:58:14 UTC (rev 284288)
@@ -222,7 +222,7 @@
"\t" . implode("\r\n\t", $changed_paths) . "\r\n" .
"\r\n" .
"Log:\r\n" .
- wordwrap($commit_log, 80, "\r\n") . "\r\n" .
+ wordwrap($commit_log, 72, "\r\n") . "\r\n" .
"\r\n" .
$diffs_string;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php