Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758206AbZAIVrb (ORCPT ); Fri, 9 Jan 2009 16:47:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756698AbZAIVrU (ORCPT ); Fri, 9 Jan 2009 16:47:20 -0500 Received: from wf-out-1314.google.com ([209.85.200.170]:28078 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756676AbZAIVrT (ORCPT ); Fri, 9 Jan 2009 16:47:19 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=dj6niM9JE+p2xy5up+Hp3K/AM/Cdwo5SkrxNkS09FvmfXwRIa827pkGz1hNvh3f31m Fxwk/Yg/drg3HcuTaoEvR2FFAM0d+BMycnBHdrBQRJSsCL2zXFPFEXGwDWmprI71DP8i CmsGSCj2Fawn6mEHLv3Rcjrndox37MngFE0/0= Subject: Re: git mv (was Re: [git pull] ACPI & Suspend patches for 2.6.29-rc0) From: Harvey Harrison To: Sam Ravnborg Cc: Linus Torvalds , Len Brown , Andrew Morton , Linux Kernel Mailing List , linux-acpi@vger.kernel.org, Linux Power Management List In-Reply-To: <20090109212757.GA25434@uranus.ravnborg.org> References: <20090109212757.GA25434@uranus.ravnborg.org> Content-Type: text/plain Date: Fri, 09 Jan 2009 13:47:16 -0800 Message-Id: <1231537636.5726.4.camel@brick> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 831 Lines: 27 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/