Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59152 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58102 invoked from network); 24 Mar 2012 18:17:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2012 18:17:51 -0000 Authentication-Results: pb1.pair.com header.from=confik@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=confik@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: confik@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:38843] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/A3-37560-DCF0E6F4 for ; Sat, 24 Mar 2012 13:17:50 -0500 Received: by ggmb2 with SMTP id b2so3687093ggm.29 for ; Sat, 24 Mar 2012 11:17:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=fPw/Nv2eBCGvoQm0dKy4NnoWhz4aJhwrm+c7ptZTVXg=; b=iRwot70RcqePkZc4TxJqnmcWOMGS4Cl+Qc15jFgTn9znDVU7Ho+/CjA3kNiYbNQc2D p6GKvheIJz2PVkFCc2p+nyZpmQn+PN/LE8jt1VWL7bq1DIb4ormiJKYjdRyjTgK9R5lx zD2RDZo/WgAlmpQQik+dFEb2+mw/RSxgVk8AhteIqYyys2WhcepUHBuUZIW8Bo68XOUV kYIavn/bt6CTf9q2HFTYu3St9eOvTxADBndiWxsjn5yj2x6SLDrdmZYAyxdel3fuafst CiOObT7yE/1SL2YyEjZJFDNlp6WUE9skFjJ47uKLNYQS95nfMDpHkQwXJac234Z22dGT lZXQ== Received: by 10.236.46.134 with SMTP id r6mr16357945yhb.106.1332613067213; Sat, 24 Mar 2012 11:17:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.213.40 with HTTP; Sat, 24 Mar 2012 11:17:27 -0700 (PDT) In-Reply-To: <4F6DF06F.3040104@oracle.com> References: <4F6BB4AA.2090208@oracle.com> <4F6BC462.6060001@oracle.com> <4F6DF06F.3040104@oracle.com> Date: Sat, 24 Mar 2012 23:17:27 +0500 Message-ID: To: Christopher Jones Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Git merging fun and a local clone-per branch workflow From: confik@gmail.com (Alexey Shein) > Nice work Alexey. > > Can you expand on the "if necessary" part of the setting the > pushurl? I removed that part and added some explanation about clone urls in the beginning. Since this workflow is generally for core devs ssh/https are read/write so you don't need separate setting push-urls. > My sense of completeness makes me think the content of your > text should be in the wiki, so it can be updated by anyone > in the future. > Done: https://wiki.php.net/vcs/gitfaq#multiple_working_copies_workflow > > Chris > > -- > Email: christopher.jones@oracle.com > Tel: =C2=A0+1 650 506 8630 > Blog: =C2=A0http://blogs.oracle.com/opal/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --=20 Regards, Shein Alexey