Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61504 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19131 invoked from network); 19 Jul 2012 17:45:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2012 17:45:00 -0000 Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qc0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:47006] helo=mail-qc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/37-18983-B9748005 for ; Thu, 19 Jul 2012 13:44:59 -0400 Received: by qcmt36 with SMTP id t36so2111924qcm.29 for ; Thu, 19 Jul 2012 10:44:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HrheG2YREKboQ3HJsci085tbABVohOyExgFlYRkxJHQ=; b=VtGGcyd/k9fbB11CiH2TdLk0DM46dF6OinpoWACYWRZHXVBN/BVz9LXNga4ohaj3Ep YhkORpS6cRdhKRaioCPFLy4AZmEjvLNjl/zsFAP9hB4fAXrE/arhfUU7VQzGgubRk8Iy Jmt2EoqP4PKb1a89nERMCPnOgO/QwjmSqMzOrzBGNFGIQIKKgizDnmITXMm1qDqlbwJn B1AkdVYEikwQvLhWflgqLhDu9ZWC/dybpEwjWZLroRjWIIwZ0HdZxCCKG/I353jTtP0B P1wvW+68FtTYwb0xaoFxwdpFkEPVL7RyhU+3UJ5mLMwgZG/Hsd/w2mkfvVc/pJ6FnGZ9 zrbA== MIME-Version: 1.0 Received: by 10.224.213.74 with SMTP id gv10mr5243088qab.25.1342719897099; Thu, 19 Jul 2012 10:44:57 -0700 (PDT) Received: by 10.229.85.204 with HTTP; Thu, 19 Jul 2012 10:44:57 -0700 (PDT) In-Reply-To: References: Date: Thu, 19 Jul 2012 10:44:57 -0700 Message-ID: To: Lonny Kapelushnik Cc: PHP Internals Content-Type: multipart/alternative; boundary=20cf300fb1bb7fdd6904c53256bf Subject: Re: [PHP-DEV] PHP Wiki problem From: kris.craig@gmail.com (Kris Craig) --20cf300fb1bb7fdd6904c53256bf Content-Type: text/plain; charset=ISO-8859-1 On Thu, Jul 19, 2012 at 7:35 AM, Lonny Kapelushnik wrote: > Hi, > > I found a problem in the PHP WIki. On IRC it was suggested that I open a > bug report (#62611) and email internals. > > https://wiki.php.net/vcs/gitworkflow has wrong directions for 'Workflow > for > external contributors'. > > After `git remote...` you need to call `git fetch upstream` and the > rebase needs > to be `git pull --rebase upstream PHP-5.4 (or use upstream master)`. > > Have a great day! > > Hmm you're right. I've applied the changes you requested. Thanks for spotting this! =) --Kris --20cf300fb1bb7fdd6904c53256bf--