On Sat, Jul 7, 2018 at 6:16 PM Ken Thomases ken@codeweavers.com wrote:
If you use git-send-email, you can add the "-v2" option to change the subject prefix from "PATCH" to "PATCH v2".
This is actually a feature of the `git format-patch` command, which you use before `git send-email`. Just wanted to make that clear so that no one gets confused.
-Alex