On Thu, Aug 15, 2024 at 09:33:55PM +0800, Xi Ruoyao wrote: > v1->v2: Remove Cc: lists in the cover letter and just type them in git > send-email command. I assumed the Cc: lists in the cover letter would be > "propagated" to the patches by git send-email but I was wrong, so v1 was > never properly delivered to the lists. The `--cc-cover` flag is what you want, or set sendemail.ccCover in your git config file. https://git-scm.com/docs/git-send-email/en#Documentation/git-send-email.txt---no-cc-cover