On Wed, Apr 05, 2023 at 02:08:43PM -0700, Saravana Kannan wrote: > Sorry, that was our intention, but had a scripting error. It's been fixed. > > I have a script to use with git send-email's --to-cmd and --cc-cmd > option. It uses get_maintainers.pl to figure out who to email, but it > gets trickier for a patch series that spans maintainer trees. What I do is I simply run get_maintainers.pl against the full series diff and CC everybody the same. Then again, I don't use git-send-email, so I've no idea how to use that.