From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751846AbcHAHb2 (ORCPT ); Mon, 1 Aug 2016 03:31:28 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:55140 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751400AbcHAHa3 (ORCPT ); Mon, 1 Aug 2016 03:30:29 -0400 Date: Mon, 1 Aug 2016 09:28:13 +0200 (CEST) From: Thomas Gleixner To: Linus Torvalds cc: LKML , Andrew Morton , Ingo Molnar , "H. Peter Anvin" Subject: Re: [GIT pull] x86 core changes for 4.8 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 30 Jul 2016, Linus Torvalds wrote: > On Sat, Jul 30, 2016 at 12:44 PM, Linus Torvalds > wrote: > > > > For example, when I pull, the diffstat is just > > > > 10 files changed, 81 insertions(+), 65 deletions(-) > > > > instead of the claimed > > > >> 19 files changed, 183 insertions(+), 161 deletions(-) > > > > and I am missing all these commits [...] > > Ahh. The reason seems to be that I already got them earlier from one > of Ingo's pulls, and you just hadn't fetched my origin, so your > diffstat and commit list were wrong. Yeah, I somehow managed NOT to update the reference branch to your head commit before creating the pull requests. Sorry for the inconveniance. Thanks, tglx