Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70063 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68280 invoked from network); 8 Nov 2013 03:04:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Nov 2013 03:04:44 -0000 Authentication-Results: pb1.pair.com header.from=gwang@litespeedtech.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=gwang@litespeedtech.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain litespeedtech.com designates 209.85.216.177 as permitted sender) X-PHP-List-Original-Sender: gwang@litespeedtech.com X-Host-Fingerprint: 209.85.216.177 mail-qc0-f177.google.com Received: from [209.85.216.177] ([209.85.216.177:46684] helo=mail-qc0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/E0-61113-CC45C725 for ; Thu, 07 Nov 2013 22:04:44 -0500 Received: by mail-qc0-f177.google.com with SMTP id u18so1241857qcx.22 for ; Thu, 07 Nov 2013 19:04:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=lEvSmGJAK9784578mXIiAWE475vJa57D8mGqQIbNEjA=; b=QCuj1X/Ip9eIvg3yzcRaHwQ9In5EVhnZ2J7KvZpv6S1JEEWZ9HqxX3cNOZN6+gGfPf leYvWrb/OytQLsWuglREuAiueYoKkT5W3tsPbeUA2er7Q2kaPdaU6YMEx18Yh06G07IP hMIDRf7cc8N26MtBOMemH9Qi6o+kvEDsJT4PgcDuBuu9ddIMUYRFCaVjFJGBjzK9FhN/ AXEGOqI5eUi+HXMWe3+xV/KVQF9v9T0b/cie2EVZdBYNXoEegAFKX4ETJxfIzqZN0E+u eje5R1cg26Bvxne9XBJPUd76Lh37pQYxdYJPBgYGZX+3xvRFbEYJyTk/nOkYrsKD2WCQ dpdQ== X-Gm-Message-State: ALoCoQla0C2wAiGl6qdJjCg/oKGNSKSZRfsmt5D4XQy5lYsgH59k/LJCaWfSHQfF014s0l/uH6ML X-Received: by 10.224.119.76 with SMTP id y12mr8878462qaq.58.1383879881813; Thu, 07 Nov 2013 19:04:41 -0800 (PST) Received: from [192.168.1.138] ([174.44.8.178]) by mx.google.com with ESMTPSA id jw9sm14330195qeb.2.2013.11.07.19.04.41 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Nov 2013 19:04:41 -0800 (PST) Message-ID: <527C54A5.30502@litespeedtech.com> Date: Thu, 07 Nov 2013 22:04:05 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: internals@lists.php.net References: <52796343.9020801@litespeedtech.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] cannot push to 5.x branches From: gwang@litespeedtech.com (George Wang) > It works. We are checking the contents of the commit and all affected > paths in order to allow writes or not. However if a person with insufficient > karma merges he will get a reject during push as the merge might touch paths > that he is not allowed to write to. > I am pretty sure all changes are under sapi/litespeed/ directory. the same as changes made to master branch. Is it possible to find out which path fails the merge? Thanks, George