On 2/14/21 4:40 AM, Taehee Yoo wrote: > > > On 21. 2. 14. 오전 4:58, David Ahern wrote: >> your patches still show up as 8 individual emails. >> >> Did you use 'git send-email --thread --no-chain-reply-to' as Jakub >> suggested? Please read the git-send-email man page for what the >> options do. >> > > I sent all patches individually with these options. > git send-email --thread --no-chain-reply-to 0000.patch > git send-email --thread --no-chain-reply-to 0001.patch > and so on. > > So, it didn't work I think. > Then I tested the below command and it works well. > git send-email --thread --no-chain-reply-to 000* >
yes, you have to send all of the patches in 1 command.