[PATCH] Enforce type check in ARRAY_SIZE macro

Alex Henrie alexhenrie24 at gmail.com
Thu Jul 12 06:29:38 CDT 2018


On Sun, Jul 8, 2018 at 2:57 AM Ken Thomases <ken at codeweavers.com> wrote:
>
> 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.

Thanks for pointing that out. I didn't realize that git send-email
also accepts the -v2 option.

-Alex



More information about the wine-devel mailing list