[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090430180104.GB9894@uranus.ravnborg.org>
Date: Thu, 30 Apr 2009 20:01:04 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: Arnd Bergmann <arnd@...db.de>
Cc: David Miller <davem@...emloft.net>, linux-arch@...r.kernel.org,
monstr@...str.eu, remis.developer@...glemail.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 08/27] asm-generic: add generic versions of common headers
On Thu, Apr 30, 2009 at 06:49:44PM +0200, Arnd Bergmann wrote:
> On Thursday 30 April 2009, David Miller wrote:
> > Many sites are bouncing because the date on your emails is
> > as much as two days in the past.
>
> Any suggestions on which tool I should use? I've been burned by
> both 'quilt mail' and 'git-format-patch' this week and don't want
> to make any more experiments. I looked at git-send-email, but
> I'm sure I'd screw up even more with that because it directly
> sends out the patches rather than giving me an mbox file to look
> at.
I have been very pleased with git send-email.
I always send out the initial mail by hand "[PATCH 0/nn] xxx".
When it has arrived I create a small shell script
so I can handcraft the options.
Typical shell script looks like this:
git send-email --quiet --no-chain-reply-to \
--in-reply-to "<20090429073510.GA26386@...nus.ravnborg.org>" \
--to "Ingo Molnar <mingo@...e.hu>" \
--to "LKML <linux-kernel@...r.kernel.org>" \
00*
This works well when I have longer series of mail.
And you can split it up so you do it in smaller
groups of say 10 mails.
For a single patch or two I always do it manually.
Sam
--
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