Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79448 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66163 invoked from network); 5 Dec 2014 18:48:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Dec 2014 18:48:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=gustavo.pedrosa@eldorado.org.br; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=gustavo.pedrosa@eldorado.org.br; sender-id=pass Received-SPF: pass (pb1.pair.com: domain eldorado.org.br designates 200.148.226.10 as permitted sender) X-PHP-List-Original-Sender: gustavo.pedrosa@eldorado.org.br X-Host-Fingerprint: 200.148.226.10 smtp1.eldorado.org.br Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) Received: from [200.148.226.10] ([200.148.226.10:41588] helo=smtp1.eldorado.org.br) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/DC-61462-FDDF1845 for ; Fri, 05 Dec 2014 13:48:00 -0500 Received: from serv031.corp.eldorado.org.br (200.168.210.94) by smtp1.eldorado.org.br (200.148.226.10) with Microsoft SMTP Server (TLS) id 14.3.123.3; Fri, 5 Dec 2014 17:15:35 -0200 Received: from serv030.corp.eldorado.org.br (192.168.4.30) by serv031.corp.eldorado.org.br (192.168.4.31) with Microsoft SMTP Server (TLS) id 15.0.775.38; Fri, 5 Dec 2014 16:47:36 -0200 Received: from serv030.corp.eldorado.org.br ([fe80::493e:4247:53f3:53b7]) by serv030.corp.eldorado.org.br ([fe80::493e:4247:53f3:53b7%14]) with mapi id 15.00.0775.031; Fri, 5 Dec 2014 16:47:36 -0200 To: PHP Internals Thread-Topic: Question about range comparison Thread-Index: AdAQu4II9GClMLaiRmCJJ19cjymS5Q== Date: Fri, 5 Dec 2014 18:47:35 +0000 Message-ID: <57217fbe5f944d3aada2c453a5a6d55c@serv030.corp.eldorado.org.br> Accept-Language: en-US, pt-BR Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [201.28.117.17] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Brightmail-Tracker: AAAAAQAAAUA= Subject: Question about range comparison From: gustavo.pedrosa@eldorado.org.br (Gustavo Frederico Temple Pedrosa) Hi internals, I want to compare the range between two commits of the PHP GitHub. I did the git checkout like this one [1] The problem is that I cannot compare, because in the timeline of commits, i= t only appears the commits sent by the users, and not the commits that were= merged in the branch master. In other words, the timeline only shows the commits sent without rebase, so= , if I try the comparison, I will compare two forks of the PHP, and not the= PHP branch master with the commits applied. I wonder how I could I do this? Thanks. [1] http://stackoverflow.com/questions/7832770/get-certain-commit-from-gith= ub-project