Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764372AbXJTP5l (ORCPT ); Sat, 20 Oct 2007 11:57:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755999AbXJTP5d (ORCPT ); Sat, 20 Oct 2007 11:57:33 -0400 Received: from smtp2.linux-foundation.org ([207.189.120.14]:54394 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755764AbXJTP5c (ORCPT ); Sat, 20 Oct 2007 11:57:32 -0400 Date: Sat, 20 Oct 2007 08:56:18 -0700 (PDT) From: Linus Torvalds To: Yinghai Lu cc: Andi Kleen , Thomas Gleixner , Ingo Molnar , Andrew Morton , Sam Ravnborg , Linux Kernel Mailing List Subject: Re: git/cscope with x86 merge In-Reply-To: <86802c440710200240o7aae2760o5fa9c70e3b327097@mail.gmail.com> Message-ID: References: <86802c440710151245s7d12a45fpfdaa041546d965e@mail.gmail.com> <86802c440710200240o7aae2760o5fa9c70e3b327097@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1452 Lines: 50 On Sat, 20 Oct 2007, Yinghai Lu wrote: > > git log -p --follow arch/x86/kernel/vmlinux_64.lds.S > > can not trace to arch/x86_64/kernel/vmlinux.lds.S Hmm. I get: [torvalds@woody linux]$ git log --stat --follow arch/x86/kernel/vmlinux_64.lds.S commit 250c22777fe1ccd7ac588579a6c16db4c0161cc5 Author: Thomas Gleixner Date: Thu Oct 11 11:17:24 2007 +0200 x86_64: move kernel Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar arch/{x86_64 => x86}/kernel/vmlinux_64.lds.S | 0 1 files changed, 0 insertions(+), 0 deletions(-) commit 13a9cd42466e12113859c4d7b41561e8bbcaf09d Author: Thomas Gleixner Date: Thu Oct 11 11:14:21 2007 +0200 x86_64: prepare shared kernel/vmlinux.lds.S Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar arch/x86_64/kernel/vmlinux_64.lds.S | 235 +++++++++++++++++++++++++++++++++++ 1 files changed, 235 insertions(+), 0 deletions(-) so it definitely works for me. But it might be the same old rename limit issue. Try doing git config --global diff.renamelimit 0 first, Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/