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@...>, Linus Torvalds <torvalds@...>, Sam Ravnborg <sam@...>, Linux Kernel Mailing List <linux-kernel@...>
Date: Monday, October 15, 2007 - 4:01 pm

On Mon, Oct 15, 2007 at 12:45:27PM -0700, Yinghai Lu wrote:
 > after the merge:
 > 1. git
 > git log -p arch/x86/kernel/io_apic_64.c
 > only can show the log from the merge..., and can not get log before
 > merge for x86_64/kernel/io_apic.c
 > Any git update for that?

add --follow to your command line

 > 2. cscope
 > on x86_64, it is good to see file in arch/x86/pci/*
 > but will show other _32.c too.
 > So is it possible to change find-sources to make filter out _32.* and
 > mach-* dirs?
 
I see this as a positive thing personally.  You could regenerate the
cscope files by hand. Or maybe introduce a 'cscope_minimal' Makefile
target perhaps.

	Dave

-- 
http://www.codemonkey.org.uk
-
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)