svn: SVNROOT/ post-commit
[email protected] (Gwynne Raskind) Tue, 21 Jul 2009 11:52:10 +0000
| Newsgroups | php.cvs,svn.migration |
|---|---|
| Message-ID | <[email protected]> |
--418e6eb06923ced47353db10ccfc5faaa287a7b7
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
gwynne Tue, 21 Jul 2009 11:52:10 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=284486
Log:
oopsy. teehee... log messages need their newlines in order to grow up big and strong
Changed paths:
U SVNROOT/post-commit
Modified: SVNROOT/post-commit
===================================================================
--- SVNROOT/post-commit 2009-07-21 11:47:57 UTC (rev 284485)
+++ SVNROOT/post-commit 2009-07-21 11:52:10 UTC (rev 284486)
@@ -52,7 +52,7 @@
'changed_paths' => run_svnlook('changed'),
'dirs_changed' => run_svnlook('dirs-changed'),
'author' => ($is_DEBUG && getenv("DEBUGUSER")) ? getenv("DEBUGUSER") : trim(implode('', run_svnlook('author'))),
- 'log_message' => trim(implode('', run_svnlook('log'))),
+ 'log_message' => trim(implode("\n", run_svnlook('log'))),
'date' => strtotime(substr(trim(implode('', run_svnlook('date'))), 0, strlen("0000-00-00 00:00:00 +0000"))),
'diffs' => implode("\n", run_svnlook('diff')),
);
--418e6eb06923ced47353db10ccfc5faaa287a7b7--