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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/