Re: git/cscope with x86 merge

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Yinghai Lu <yhlu.kernel@...>
Cc: Andi Kleen <ak@...>, Thomas Gleixner <tglx@...>, Ingo Molnar <mingo@...>, Andrew Morton <akpm@...>, Sam Ravnborg <sam@...>, Linux Kernel Mailing List <linux-kernel@...>
Date: Saturday, October 20, 2007 - 11:56 am

On Sat, 20 Oct 2007, Yinghai Lu wrote:

Hmm. I get:

	[torvalds@woody linux]$ git log --stat --follow arch/x86/kernel/vmlinux_64.lds.S
	commit 250c22777fe1ccd7ac588579a6c16db4c0161cc5
	Author: Thomas Gleixner <tglx@linutronix.de>
	Date:   Thu Oct 11 11:17:24 2007 +0200
	
	    x86_64: move kernel
	
	    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
	    Signed-off-by: Ingo Molnar <mingo@elte.hu>
	
	 arch/{x86_64 => x86}/kernel/vmlinux_64.lds.S |    0
	 1 files changed, 0 insertions(+), 0 deletions(-)
	
	commit 13a9cd42466e12113859c4d7b41561e8bbcaf09d
	Author: Thomas Gleixner <tglx@linutronix.de>
	Date:   Thu Oct 11 11:14:21 2007 +0200
	
	    x86_64: prepare shared kernel/vmlinux.lds.S
	
	    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
	    Signed-off-by: Ingo Molnar <mingo@elte.hu>
	
	 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
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git/cscope with x86 merge, Yinghai Lu, (Mon Oct 15, 3:45 pm)
Re: git/cscope with x86 merge, Linus Torvalds, (Mon Oct 15, 4:00 pm)
Re: git/cscope with x86 merge, Yinghai Lu, (Sat Oct 20, 5:40 am)
Re: git/cscope with x86 merge, Linus Torvalds, (Sat Oct 20, 11:56 am)
Re: git/cscope with x86 merge, Sam Ravnborg, (Sat Oct 20, 12:47 pm)
Re: git/cscope with x86 merge, Thomas Gleixner, (Sat Oct 20, 1:39 pm)
Re: git/cscope with x86 merge, Linus Torvalds, (Sat Oct 20, 2:19 pm)
Re: git/cscope with x86 merge, Linus Torvalds, (Sat Oct 20, 2:49 pm)
Re: git/cscope with x86 merge, Sam Ravnborg, (Sat Oct 20, 3:15 pm)
Re: git/cscope with x86 merge, Linus Torvalds, (Sat Oct 20, 3:36 pm)
Re: git/cscope with x86 merge, Sam Ravnborg, (Sat Oct 20, 4:10 pm)
Re: git/cscope with x86 merge, Andi Kleen, (Sat Oct 20, 4:44 pm)
Re: git/cscope with x86 merge, Linus Torvalds, (Sat Oct 20, 5:45 pm)
Re: git/cscope with x86 merge, Dave Jones, (Mon Oct 15, 4:01 pm)