From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Renninger Subject: Re: PNP: set IRQ index in sysfs "set irq" interface Date: Tue, 06 May 2008 16:29:43 +0200 Message-ID: <1210084183.4802.29.camel@linux-2bdv.site> References: <200805011539.58705.bjorn.helgaas@hp.com> <481DBE81.8000608@keyaccess.nl> <200805050900.46521.bjorn.helgaas@hp.com> Reply-To: trenn@suse.de Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: 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 In-Reply-To: <200805050900.46521.bjorn.helgaas@hp.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org 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 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