8 Jul
2018
8 Jul
'18
12:57 a.m.
On Jul 7, 2018, at 4:19 PM, Alex Henrie <alexhenrie24(a)gmail.com> wrote:
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.
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. -Ken