[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LFD.0.999.0710121731110.6887@woody.linux-foundation.org>
Date: Fri, 12 Oct 2007 17:32:37 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Dave Jones <davej@...hat.com>
cc: Thomas Gleixner <tglx@...utronix.de>,
Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: arch merge fallout.
On Fri, 12 Oct 2007, Dave Jones wrote:
>
> $ git log --follow arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c
> fatal: ambiguous argument 'arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c':
> unknown revision or path not in the working tree.
> Use '--' to separate paths from revisions
Duh. You need to use the current name, of course.
git log --follow arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
gives me the proper output.
> Is what I'm seeing above indicative of this bug ? Or something else?
> Adding -p or --stat makes no difference at all.
Try it with the right path.
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists