Message ID | 20210213175038.28171-1-ap420073@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | mld: change context from atomic to sleepable | expand |
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.
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* So, the next time, it would work well. Sorry for this, Thanks!
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.