svn: SVNROOT/ commit-email.php
[email protected] (Rasmus Lerdorf) Fri, 17 Jul 09 23:58:14 +0000
| Newsgroups | php.cvs,svn.migration |
|---|---|
| Message-ID | <[email protected]> |
--cdef28a8cf3f617cc6f050976b8f5ce41e7bcde4
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
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;
--cdef28a8cf3f617cc6f050976b8f5ce41e7bcde4--