7 Jul
2018
7 Jul
'18
9:19 p.m.
On Sat, Jul 7, 2018 at 6:16 PM Ken Thomases <ken(a)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