From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752204AbbAKU6L (ORCPT ); Sun, 11 Jan 2015 15:58:11 -0500 Received: from mail-wg0-f51.google.com ([74.125.82.51]:57649 "EHLO mail-wg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751324AbbAKU6J (ORCPT ); Sun, 11 Jan 2015 15:58:09 -0500 Date: Sun, 11 Jan 2015 21:58:00 +0100 From: Konrad Zapalowicz To: Pavel Machek Cc: atull , gregkh@linuxfoundation.org, jgunthorpe@obsidianresearch.com, hpa@zytor.com, monstr@monstr.eu, michal.simek@xilinx.com, rdunlap@infradead.org, mark.rutland@arm.com, linux-doc@vger.kernel.org, rubini@gnudd.com, pantelis.antoniou@konsulko.com, s.trumtrar@pengutronix.de, devel@driverdev.osuosl.org, sameo@linux.intel.com, nico@linaro.org, ijc+devicetree@hellion.org.uk, kyle.teske@ni.com, grant.likely@linaro.org, davidb@codeaurora.org, linus.walleij@linaro.org, cesarb@cesarb.net, devicetree@vger.kernel.org, jason@lakedaemon.net, pawel.moll@arm.com, iws@ovro.caltech.edu, broonie@kernel.org, philip@balister.org, dinguyen@opensource.altera.com, yvanderv@opensource.altera.com, linux-kernel@vger.kernel.org, balbi@ti.com, delicious.quinoa@gmail.com, robh+dt@kernel.org, rob@landley.net, galak@codeaurora.org, akpm@linux-foundation.org, davem@davemloft.net, m.chehab@samsung.com Subject: Re: [PATCH v8 0/4] FPGA Manager Framework Message-ID: <20150111205800.GD26067@t400> References: <1420575219-27061-1-git-send-email-atull@opensource.altera.com> <20150110181120.GA26067@t400> <20150111162426.GC26067@t400> <20150111195219.GA25760@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150111195219.GA25760@amd> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/11, Pavel Machek wrote: > On Sun 2015-01-11 17:24:26, Konrad Zapalowicz wrote: > > On 01/11, atull wrote: > > > On Sat, 10 Jan 2015, Konrad Zapalowicz wrote: > > > > > > > On 01/06, atull@opensource.altera.com wrote: > > > > > From: Alan Tull > > > > > > > > Alan, there is something wrong with your email client configuration > > > > and you need to fix. > > > > > > > > thanks, > > > > konrad > > > > > > Hi Konrad, > > > > > > Can you be more specific? What problem are you seeing? Is it a problem > > > with the original patch post or when I reply? When I a post, I'm using > > > 'git send-email' with sendmail and when I am replying, I am using alpine. > > > > I think that because you email client configuration sets the 'From' > > header to "atull@..." and at the same time you sign-off messages with > > "Alan Tull atull@..." the "From" is added at the beginning of the > > message to indicate the original author. > > > > This should be fixed as the "from" is not welcomed in the body of the > > commit message. > > Actually, why not? Tools should know to look at From: in the > commit. AFAICT, Alan has it set up correctly. I think he has not. I suspect that the sendmail configuration in the git config might be wrong. The 'from' must contain the same data as the git is configured for the user.name and user.email options. Otherwise the send-email is adding the "From: ..." to the message body. cheers, konrad > Pavel > > -- > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Zapalowicz Subject: Re: [PATCH v8 0/4] FPGA Manager Framework Date: Sun, 11 Jan 2015 21:58:00 +0100 Message-ID: <20150111205800.GD26067@t400> References: <1420575219-27061-1-git-send-email-atull@opensource.altera.com> <20150110181120.GA26067@t400> <20150111162426.GC26067@t400> <20150111195219.GA25760@amd> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20150111195219.GA25760@amd> Sender: linux-doc-owner@vger.kernel.org To: Pavel Machek Cc: atull , gregkh@linuxfoundation.org, jgunthorpe@obsidianresearch.com, hpa@zytor.com, monstr@monstr.eu, michal.simek@xilinx.com, rdunlap@infradead.org, mark.rutland@arm.com, linux-doc@vger.kernel.org, rubini@gnudd.com, pantelis.antoniou@konsulko.com, s.trumtrar@pengutronix.de, devel@driverdev.osuosl.org, sameo@linux.intel.com, nico@linaro.org, ijc+devicetree@hellion.org.uk, kyle.teske@ni.com, grant.likely@linaro.org, davidb@codeaurora.org, linus.walleij@linaro.org, cesarb@cesarb.net, devicetree@vger.kernel.org, jason@lakedaemon.net, pawel.moll@arm.com, iws@ovro.caltech.edu, broonie@kernel.org, philip@balister.org, dinguyen@opensource.altera.com, yvanderv@opensource.altera.com, linux-kernel@vger.kernel.org, balbi@ti.com, delicious.quinoa@gmail.com, robh+dt@kernel.org, rob@landley.net, galak@codeaurora.org, akpm@linux-foundation.org, davem@dave List-Id: devicetree@vger.kernel.org On 01/11, Pavel Machek wrote: > On Sun 2015-01-11 17:24:26, Konrad Zapalowicz wrote: > > On 01/11, atull wrote: > > > On Sat, 10 Jan 2015, Konrad Zapalowicz wrote: > > > > > > > On 01/06, atull@opensource.altera.com wrote: > > > > > From: Alan Tull > > > > > > > > Alan, there is something wrong with your email client configuration > > > > and you need to fix. > > > > > > > > thanks, > > > > konrad > > > > > > Hi Konrad, > > > > > > Can you be more specific? What problem are you seeing? Is it a problem > > > with the original patch post or when I reply? When I a post, I'm using > > > 'git send-email' with sendmail and when I am replying, I am using alpine. > > > > I think that because you email client configuration sets the 'From' > > header to "atull@..." and at the same time you sign-off messages with > > "Alan Tull atull@..." the "From" is added at the beginning of the > > message to indicate the original author. > > > > This should be fixed as the "from" is not welcomed in the body of the > > commit message. > > Actually, why not? Tools should know to look at From: in the > commit. AFAICT, Alan has it set up correctly. I think he has not. I suspect that the sendmail configuration in the git config might be wrong. The 'from' must contain the same data as the git is configured for the user.name and user.email options. Otherwise the send-email is adding the "From: ..." to the message body. cheers, konrad > Pavel > > -- > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html