The branch, master on karma.git has been updated
      from  83c34e4cef80b939ad72870fb5ed8adb1ddf3632 (commit)
      to    e02dd3d1130c6c5a08bd255a0d97f8d26d27380a (commit)

http://git.php.net/?p=karma.git;a=log;h=e02dd3d1130c6c5a08bd255a0d97f8d26d27380a;hp=83c34e4cef80b939ad72870fb5ed8adb1ddf3632

Summary of changes: 
http://git.php.net/?p=karma.git;a=log;h=e02dd3d1130c6c5a08bd255a0d97f8d26d27380a;hp=83c34e4cef80b939ad72870fb5ed8adb1ddf3632
 hooks/post-receive |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- Log ----------------------------------------
commit e02dd3d1130c6c5a08bd255a0d97f8d26d27380a
Author: David Soria Parra <d...@php.net>
Date:   Sun Jan 22 04:39:12 2012 +0100

    Only display gitweb url once

diff --git a/hooks/post-receive b/hooks/post-receive
index 5c3a216..341a00d 100755
--- a/hooks/post-receive
+++ b/hooks/post-receive
@@ -421,7 +421,7 @@ generate_update_branch_email()
 
                echo "http://git.php.net/?p=$project;a=log;h=$newrev;hp=$oldrev";
                echo ""
-               echo "Summary of changes: 
http://git.php.net/?p=$project;a=log;h=$newrev;hp=$oldrev";
+               echo "Summary of changes:"
                git diff-tree $diffopts $oldrev..$newrev
 
                echo ""

Thank you for your contribution.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to