On 07/10/17 15:54, Eric Blake wrote: > On 07/10/2017 04:25 AM, Dongjiu Geng wrote: >> (1) Add related APEI/HEST table structures and macros, these >> definition refer to ACPI 6.1 and UEFI 2.6 spec. > > Your mail is missing In-Reply-To: and References: headers, which makes > it appear as a new top-level thread for each patch. You'll want to > figure out why you didn't properly link back to your 0/3 cover letter > with Message-ID: <1499678736-5244-1-git-send-email-gengdong...@huawei.com> >
Yes, the git-send-email options to use are: --thread --no-chain-reply-to Best to set them permanently in one's qemu clone, $ git config --bool sendemail.thread true $ git config --bool sendemail.chainreplyto false This is called "shallow threading" (see git-send-email(1)). Thanks Laszlo