From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: Fw: [PATCH 31/49] PCI: PCI/Cardbus cards hidden, needs pci=assign-busses to fix Date: Thu, 23 Mar 2006 16:55:19 -0800 Message-ID: <20060324005519.GA28344@kroah.com> References: <20060323161521.28a874e6.akpm@osdl.org> <20060324002930.GA21184@kroah.com> <20060323163844.5fda7589.akpm@osdl.org> <20060324004654.GA19763@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Junio C Hamano , git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri Mar 24 01:55:55 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FMaaf-0000UB-31 for gcvg-git@gmane.org; Fri, 24 Mar 2006 01:55:45 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751505AbWCXAzm (ORCPT ); Thu, 23 Mar 2006 19:55:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751506AbWCXAzm (ORCPT ); Thu, 23 Mar 2006 19:55:42 -0500 Received: from dsl093-040-174.pdx1.dsl.speakeasy.net ([66.93.40.174]:3533 "EHLO aria.kroah.org") by vger.kernel.org with ESMTP id S1751505AbWCXAzl (ORCPT ); Thu, 23 Mar 2006 19:55:41 -0500 Received: from [192.168.0.13] (helo=localhost) by aria.kroah.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.54) id 1FMaaU-0001oz-1v; Thu, 23 Mar 2006 16:55:34 -0800 To: Andrew Morton Content-Disposition: inline In-Reply-To: <20060324004654.GA19763@kroah.com> User-Agent: Mutt/1.5.11 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Thu, Mar 23, 2006 at 04:46:54PM -0800, Greg KH wrote: > On Thu, Mar 23, 2006 at 04:38:44PM -0800, Andrew Morton wrote: > > > > (added Junio) > > Added the git mailing list as everyone should get involved :) > > > recap: the patch emails which Greg sends to linux-kernel do not identify > > their actual Author. > > > > > > Greg KH wrote: > > > > > > On Thu, Mar 23, 2006 at 04:15:21PM -0800, Andrew Morton wrote: > > > > > > > > It's unclear from this email who the patch author was? > > > > > > Git seems to strip that off when it converts them to emails. It was: > > > From: Bernhard Kaindl > > > > > > If you look at the git changeset, it got it correct. > > > > > > > OK. We really should have a > > > > From: Bernhard Kaindl > > > > right at the start of the email, IMO. Can you describe how you're producing > > them please? > > I'm using: > git format-patch -n origin..HEAD > to generate the raw patch files, and then: > git-send-email --in-reply-to "" --to some_mailing_list@somewhere.com Oops, forgot the "*.txt" at the end of that last line to specify the patches to send out. thanks, greg k-h