Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64169 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79218 invoked from network); 6 Dec 2012 05:32:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2012 05:32:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:48854] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/0D-04278-AED20C05 for ; Thu, 06 Dec 2012 00:32:27 -0500 Received: by mail-la0-f42.google.com with SMTP id s15so5121335lag.29 for ; Wed, 05 Dec 2012 21:32:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=BnxFcpMmVtN3yKNSyOhjr0gvM6WngI9LPubXWGZJQCc=; b=J0aB0Nh0enwg0IYdFN2mwhHF83JiWuc4XHOF0yvfkHXbsXQBfTLGCYdBpJJEWBbJFj 7B7TF6ADzPRebUc82Lh4/zX2Xow3Qiqo7kR5bjJ6eSpKoLdfMAeEbio/lcd9Q2dZUWRe Y9cbxY2XkjGpoybxrkl+01fj6DXFazLgf6csyjrRPLBDeSHl2vXr6j++0XckPGiszjKV 4bSpd7/nS5dfxRiIKj1p4LdAh8dSZsrgn+7Aey5/v9LTQeyVR321O1OWkHpe+Iwtlt3P Fjvi0nNHWKU0lON1kGE8Upq9gkec1sECF39KQE0aldOfSeuHPI9NmVmNPIUYpnAPAClT gM3A== Received: by 10.112.102.5 with SMTP id fk5mr389598lbb.31.1354771944001; Wed, 05 Dec 2012 21:32:24 -0800 (PST) Received: from [10.0.1.7] ([93.185.190.227]) by mx.google.com with ESMTPS id sx3sm2905240lab.9.2012.12.05.21.32.22 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Dec 2012 21:32:22 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) In-Reply-To: Date: Thu, 6 Dec 2012 09:32:20 +0400 Cc: Rasmus Lerdorf , PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <50BFC727.8070107@lerdorf.com> To: Sara Golemon X-Mailer: Apple Mail (2.1499) Subject: Re: [PHP-DEV] Git Access From: indeyets@gmail.com (Alexey Zakhlestin) On 06.12.2012, at 3:38, Sara Golemon wrote: > RTFMing is hard, thanks. :) >=20 > remote: Welcome pollita. > remote: Changesets accepted. Thank you for your contribution. > remote: > remote: Attempting to push to mirror git@github.com:php/php-src.git > remote: Write failed: Broken pipe > remote: fatal: The remote end hung up unexpectedly > To https://git.php.net/push/php-src.git > c058ed5..5ac3577 master -> master >=20 > The push to git.php.net succeeded, but its push to github failed. Is > there a process that deals with keeping the repos in sync in events > like this? I believe it will eventually sync, as "push" propagates all changes, not = just specific commit