From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harvey Harrison Subject: Re: git mv (was Re: [git pull] ACPI & Suspend patches for 2.6.29-rc0) Date: Fri, 09 Jan 2009 13:47:16 -0800 Message-ID: <1231537636.5726.4.camel@brick> References: <20090109212757.GA25434@uranus.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090109212757.GA25434@uranus.ravnborg.org> Sender: linux-acpi-owner@vger.kernel.org To: Sam Ravnborg Cc: Linus Torvalds , Len Brown , Andrew Morton , Linux Kernel Mailing List , linux-acpi@vger.kernel.org, Linux Power Management List List-Id: linux-pm@vger.kernel.org On Fri, 2009-01-09 at 22:27 +0100, Sam Ravnborg wrote: > What other ways exist so I can see what the heck davem did to > arch/sparc64/kernel/irq.c then? > > I know he added IRQ stacks - but how did the patch look like? > I know no other way to find the old history than to do: > > git log --follow arch/sparc/kernel/irq_64.c > > But this also give me what I want. I'm just curious if there is > a better way - in the case where you know the old name. In that specific case you could just do: gitk -- name1 name2 And that might be closer to what you're looking for. Harvey