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!