sorry for the mess,when git-format-patch , wo forgot the -n para
and i would like to know what command para is recommended for sending
patch on maillist?
git-send-email --no-chain-reply-to --compose --from tiansm@xxxxxxxxxx
--no-signed-off-by-cc --smtp-server <server> --subject "Lemote Loongson
2E patch update" --suppress-from --to linux-mips@xxxxxxxxxxxxxx 00*
--no-chain-reply-to or --chain-reply-to ?
and.....should i resend the patches?
Tian
Ralf Baechle wrote:
On Mon, Jun 04, 2007 at 11:40:02PM -0400, Kumba wrote:
What about just attaching the patches to a message? Seems like it'll avoid
most of the problems Tbird has with them. I'm just not sure if that
hampers importing them into git or not.
There are issues if people have the log message in the attachment as
well. And of course there is still the prime reason why attachments
are a no-no - most mailers won't quote them so commenting on them is
hard when discussing things.
Git has some limited abilities to handle MIME messages since quite a
while though. But quilt which is the heart of how I manage the queue
tree doesn't.
Ralf