From: Laszlo Ersek <lersek@redhat.com>
To: Dongjiu Geng <gengdongjiu@huawei.com>
Cc: mst@redhat.com, imammedo@redhat.com, famz@redhat.com,
qemu-devel@nongnu.org, zhaoshenglong@huawei.com,
peter.maydell@linaro.org, qemu-arm@nongnu.org,
zhengqiang10@huawei.com, huangshaoyu@huawei.com,
wuquanming@huawei.com, zhihui.gao@huawei.com,
Eric Blake <eblake@redhat.com>
Subject: Re: [Qemu-devel] [PATCH resend v4 0/3] Generate APEI GHES table and dynamically record CPER
Date: Tue, 11 Jul 2017 15:43:51 +0200 [thread overview]
Message-ID: <366f019e-50e8-03f4-9b8f-946ef318ca79@redhat.com> (raw)
In-Reply-To: <1499755579-31262-1-git-send-email-gengdongjiu@huawei.com>
Hi Dongjiu,
On 07/11/17 08:46, Dongjiu Geng wrote:
> [...]
So my followup is off-topic, but I'd like to point out that the patch /
email threading in this series is still incorrect.
These are the "sent" timestamps on the messages:
Date: Tue, 11 Jul 2017 14:46:19 +0800
Date: Tue, 11 Jul 2017 14:46:31 +0800 (+12 seconds)
Date: Tue, 11 Jul 2017 14:46:41 +0800 (+10 seconds)
Date: Tue, 11 Jul 2017 14:47:00 +0800 (+19 seconds)
This tells me that you are mailing out the patches one by one. That's
not how most people post their patches.
(Side remark: while git-send-email can still get the threading right
with individual posting, for that you would have to provide the first
email's Message-Id individually to all the subsequent commands, and the
emails show that this didn't happen.)
Instead, you should invoke git-send-email with all the messages *at
once*. Then git-send-email can set up the threading automatically. From
git-send-email(1):
> GIT-SEND-EMAIL(1) Git Manual GIT-SEND-EMAIL(1)
>
> NAME
> git-send-email - Send a collection of patches as emails
>
> SYNOPSIS
> git send-email [options] <file|directory|rev-list options>...
> git send-email --dump-aliases
>
> DESCRIPTION
> Takes the patches given on the command line and emails them
> out. Patches can be specified as files, directories (which
> will send all files in the directory), or directly as a
> revision list. In the last case, any format accepted by git-
> format-patch(1) can be passed to git send-email.
So send the patches with
git send-email *.patch
or put all the patches into a temporary directory, and run
git send-email patch-dir/
Thanks,
Laszlo
next prev parent reply other threads:[~2017-07-11 13:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-11 6:46 [Qemu-devel] [PATCH resend v4 0/3] Generate APEI GHES table and dynamically record CPER Dongjiu Geng
2017-07-11 13:43 ` Laszlo Ersek [this message]
2017-07-11 13:58 ` Eric Blake
2017-07-12 1:52 ` gengdongjiu
-- strict thread matches above, loose matches on Subject: below --
2017-07-11 14:50 gengdongjiu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=366f019e-50e8-03f4-9b8f-946ef318ca79@redhat.com \
--to=lersek@redhat.com \
--cc=eblake@redhat.com \
--cc=famz@redhat.com \
--cc=gengdongjiu@huawei.com \
--cc=huangshaoyu@huawei.com \
--cc=imammedo@redhat.com \
--cc=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=wuquanming@huawei.com \
--cc=zhaoshenglong@huawei.com \
--cc=zhengqiang10@huawei.com \
--cc=zhihui.gao@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).