On Thu, Jan 10, 2019 at 08:02:47AM +0000, S wrote: > I wanted to send the patch with you in recipient field rather than cc, > unfortunately --cc remained in the git-send command
Next time look at the manpage: git send-email --to <recipient> --cc <other recipient> --suppress-cc=all and the last switch stops git from adding more CCs. Make sure you add "--dry-run" to check whether it adds the proper CCs/Tos first and then send it for real. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.