From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753517AbcG3Tr7 (ORCPT ); Sat, 30 Jul 2016 15:47:59 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:32896 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752690AbcG3Trw (ORCPT ); Sat, 30 Jul 2016 15:47:52 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Linus Torvalds Date: Sat, 30 Jul 2016 12:47:51 -0700 X-Google-Sender-Auth: 7Yt1sh_GxW8Q6jMsvcgfqV3-YsM Message-ID: Subject: Re: [GIT pull] x86 core changes for 4.8 To: Thomas Gleixner Cc: LKML , Andrew Morton , Ingo Molnar , "H. Peter Anvin" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. So I re-pulled the tree. Linus