On 8 July 2018 at 05:27, Ken Thomases ken@codeweavers.com wrote:
You _can_ invoke git-format-patch yourself, optionally edit the patch files, and then use git-send-email to send them, but you don't have to. git-send-email will accept a rev-list and the relevant options and invoke git-format-patch on your behalf.
True, but I think it's good practice to review the patches generated by format-patch one last time before sending them out with send-email.