From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758052AbYEFMaP (ORCPT ); Tue, 6 May 2008 08:30:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755257AbYEFM34 (ORCPT ); Tue, 6 May 2008 08:29:56 -0400 Received: from ns1.suse.de ([195.135.220.2]:42206 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752071AbYEFM3z (ORCPT ); Tue, 6 May 2008 08:29:55 -0400 Subject: Re: PNP: set IRQ index in sysfs "set irq" interface From: Thomas Renninger Reply-To: trenn@suse.de To: Bjorn Helgaas Cc: Rene Herman , Len Brown , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Adam Belay , Adam M Belay , Li Shaohua , Matthieu Castet , Jaroslav Kysela , Andrew Morton In-Reply-To: <200805050900.46521.bjorn.helgaas@hp.com> References: <200805011539.58705.bjorn.helgaas@hp.com> <481DBE81.8000608@keyaccess.nl> <200805050900.46521.bjorn.helgaas@hp.com> Content-Type: text/plain Date: Tue, 06 May 2008 16:29:43 +0200 Message-Id: <1210084183.4802.29.camel@linux-2bdv.site> Mime-Version: 1.0 X-Mailer: Evolution 2.21.90 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2008-05-05 at 09:00 -0600, Bjorn Helgaas wrote: > On Sunday 04 May 2008 07:47:45 am Rene Herman wrote: > > But what I wanted to ask -- judging from my .gitconfig (as opposed to my > > memory) I haven't done anything special to get the -p (--show-c-function) > > functionality from git-diff. Do you do anything special to not get it? It > > really helps when looking at patches. > > I agree, "--show-c-function" is often handy. I use quilt, and it > looks like it doesn't add that option by default. I added a ~/.quiltrc > containing 'QUILT_DIFF_OPTS="-p"', and it looks like that will do the > trick. Thanks for the tip. QUILT_REFRESH_ARGS="--diffstat" in .quiltrc is also nice if you have huger patches. Thomas