[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201101281305.37370.arnd@arndb.de>
Date: Fri, 28 Jan 2011 13:05:37 +0100
From: Arnd Bergmann <arnd@...db.de>
To: Richard Cochran <richardcochran@...il.com>
Cc: John Stultz <john.stultz@...aro.org>,
Richard Cochran <richard.cochran@...cron.at>,
linux-kernel@...r.kernel.org, linux-api@...r.kernel.org,
netdev@...r.kernel.org, Alan Cox <alan@...rguk.ukuu.org.uk>,
Christoph Lameter <cl@...ux.com>,
David Miller <davem@...emloft.net>,
Krzysztof Halasa <khc@...waw.pl>,
Peter Zijlstra <peterz@...radead.org>,
Rodolfo Giometti <giometti@...ux.it>,
Thomas Gleixner <tglx@...utronix.de>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
"H. Peter Anvin" <hpa@...or.com>, Ingo Molnar <mingo@...hat.com>,
Mike Frysinger <vapier@...too.org>,
Paul Mackerras <paulus@...ba.org>,
Russell King <linux@....linux.org.uk>
Subject: Re: [PATCH V10 01/15] time: Introduce timekeeping_inject_offset
On Friday 28 January 2011, Richard Cochran wrote:
> I would like to get to the bottom of this. Here is what I did:
>
> 1. Saved your patch to disk in mbox format using Mutt.
> 2. git am
> 3. ... rebase, rebase, rebase, ...
> 4. git format-patch [options] 1234..abcd
> 5. Edit cover letter
> 6. for x in 00*; do mutt -H $x; done
>
> Git format-patch places the "From: John Stultz <john.stultz@...aro.org>"
> line with the other mail headers, and so I guess mutt just faithfully
> preserves this.
>
> I don't like having to remember to fix this manually. There must be a
> better way...
The problem is step 6. The output of git format-patch does not work when
sending with mutt. The easiest solution is to send with git send-email,
which does the same as mutt -H, but gets it right.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists