Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96371 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10783 invoked from network); 14 Oct 2016 14:26:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2016 14:26:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 74.125.82.51 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 74.125.82.51 mail-wm0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:35958] helo=mail-wm0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/73-41968-C2BE0085 for ; Fri, 14 Oct 2016 10:26:53 -0400 Received: by mail-wm0-f51.google.com with SMTP id f193so1104533wmg.1 for ; Fri, 14 Oct 2016 07:26:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pthreads-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=QNnZtVodvnLiCCU11PyIi2jVmJ2kL5pBst8Wz/FyMM8=; b=lFgnK2+m7hVxytmDn43nfYmL0NwW7UL2ngZWq+AKrPooi98rWUPk8oBThFEnwYfwyb CeKhutOJ3Cv862wpdSs6wCSlr1uBddD3ELmQPos7vNl4gv1ljoicxNUB8riQGt1nlRkH 2T1zXID9xez4j/nUIJjhT4ewwNLrB+IFGRjGllRsYtyo1Q5EeiilWIl9Z9nxCCZW7in/ H/qIyaAj9IliCb892glGswpa+ndto1KwvxbTJMAtkQzgromKQ88W41Y4cB9EeJfmoIoN J4c8pACdBDufOobDrE5z60fjkyjnfXnRIKWTgvojKLUJEr0nY8GZdtI1qkN3kqo9nUN/ TK6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=QNnZtVodvnLiCCU11PyIi2jVmJ2kL5pBst8Wz/FyMM8=; b=S9GPnzUrRjIJ3R/Gxd8UHDlKafvGg0Ttusrmnm1Dt/f16oqkgYwXvvGgMLsDSzBhUu 57eMqGBdVRdzxUbvyDaAxS956MIMete+dUW7tfsSQC8kyjdrHD3khcVmayUV4mbn673X pxRMz2fVTWLMB8lhoFG0rpZqq6pYxlvSleHI3U8jPTctH9+97t4IrN7efcKP/yb/TOdY GONAgdb7Q1fsNFrBP4yUxZg11z4l/sk92AuNTjL++lgYpV3ybE993OhQyRo3sEaYA43V bZhxoAIY/DG5hkHNQrBmXo7+j/FS6+pHN+OzTB9z8tH49Dt0Ohvtyl9NNdWssEJLezf+ 4Gcw== X-Gm-Message-State: AA6/9RneDKGI90gn7mHEeDK+aPa2eZpkQB7r/t9S2SSa3raxYULKoiK2zddVbNt74bTsyfWsi+nEAnPO5OCt2A== X-Received: by 10.28.102.9 with SMTP id a9mr5845163wmc.10.1476455208943; Fri, 14 Oct 2016 07:26:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.161.230 with HTTP; Fri, 14 Oct 2016 07:26:48 -0700 (PDT) X-Originating-IP: [109.157.179.157] In-Reply-To: References: <9a061b1cd6a4112c2cf2ef3ba24d0b71@koti.fimnet.fi> Date: Fri, 14 Oct 2016 15:26:48 +0100 Message-ID: To: Yasuo Ohgaki Cc: =?UTF-8?Q?Lauri_Kentt=C3=A4?= , Davey Shafik , "internals@lists.php.net" , Davey Shafik Content-Type: multipart/alternative; boundary=001a114b3150419b22053ed40418 Subject: Re: [PHP-DEV] [!] Master merged into PHP-7.1 From: pthreads@pthreads.org (Joe Watkins) --001a114b3150419b22053ed40418 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Afternoon all, urm ... sorry, I'm so terrible at git ... Cheers Joe On Thu, Oct 13, 2016 at 11:07 PM, Yasuo Ohgaki wrote: > On Fri, Oct 14, 2016 at 4:51 AM, Lauri Kentt=C3=A4 > wrote: > > Actually I just followed the lines in the git graph: > > > > $ git log origin/PHP-7.1.0RC3 --oneline | head -n2 > > 8fe9ea3 Update versions/dates for PHP 7.1.0RC3 > > 36d5bed Merge branch 'PHP-7.0' into PHP-7.1 > > -> 36d5bed is known to be good, and luckily it's not too old. > > > > $ git log origin/PHP-7.1 --oneline --graph > > -> searched for 36d5bed and followed up the PHP-7.1 line, which > > is the one with "Merge branch 'PHP-7.0' into PHP-7.1" commits, > > whereas the other branch has "Merge branch 'PHP-7.1'" commits. > > > > I suppose git when-merged 36d5bed would do the trick, too. > > git-when-merged worked well. > > MacBook-Pro:PHP-7.1 yohgaki$ git-when-merged -l 36d5bed > refs/heads/PHP-7.1 8ee842b0ea0d94035fe584ca8a3213 > 902bf663b2 > commit 8ee842b0ea0d94035fe584ca8a3213902bf663b2 > Merge: 160832e 1bc3e1b > Author: Joe Watkins > Date: Fri Sep 30 07:23:19 2016 +0100 > > Merge branch 'master' of https://github.com/php/php-src > > MacBook-Pro:PHP-7.1 yohgaki$ git-when-merged --diff 36d5bed | wc -l > 9596 > > It has almost 10k lines of diff, so this would be it. > > Davey, please let us know when PHP-7.1 branch is ready for new commits. > I would like to add missing description in UPGRADING. > > Thank you, > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a114b3150419b22053ed40418--