[PATCH] Enforce type check in ARRAY_SIZE macro

Ken Thomases ken at codeweavers.com
Sat Jul 7 19:57:36 CDT 2018


On Jul 7, 2018, at 4:19 PM, Alex Henrie <alexhenrie24 at gmail.com> wrote:
> 
> On Sat, Jul 7, 2018 at 6:16 PM Ken Thomases <ken at 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




More information about the wine-devel mailing list