Commit:    e7ea14178fa59eb6fef2bf7bc0cd20ca52937f0a
Author:    David Soria Parra <d...@php.net>         Tue, 13 Nov 2012 17:33:22 
+0100
Parents:   800c7b1ca0f85c36a3f7d920391edf68bdae6763
Branches:  master

Link:       
http://git.php.net/?p=karma.git;a=commitdiff;h=e7ea14178fa59eb6fef2bf7bc0cd20ca52937f0a

Log:
Add PHP-5.5 to the restricted branches

Changed paths:
  M  hooks/pre-receive


Diff:
diff --git a/hooks/pre-receive b/hooks/pre-receive
index e30ca6c..22ced56 100755
--- a/hooks/pre-receive
+++ b/hooks/pre-receive
@@ -24,7 +24,7 @@ include 'Git/ReceiveHook.php';
 include 'Git/PreReceiveHook.php';
 
 $restrictedBranches =
-    ['php-src.git' => ['refs/heads/PHP-5.4', 'refs/heads/PHP-5.3', 
'refs/heads/master'],
+    ['php-src.git' => ['refs/heads/PHP-5.4', 'refs/heads/PHP-5.3', 
'refs/heads/PHP-5.5', 'refs/heads/master'],
      'playground.git' => ['refs/heads/dsp']];
 
 function deny($reason)


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

Reply via email to