On Fri, Mar 2, 2018 at 9:49 PM, Eric Blake <ebl...@redhat.com> wrote:
> The majority of our iotests have the executable bit set; fix the
> few outliers for consistency.
>
> Signed-off-by: Eric Blake <ebl...@redhat.com>
> ---
>
> Let's see if patchew groks this one :)

You've caught it! Patchew looks for all of

                               "---",
                               "diff ",
                               "index ",
                               "---",
                               "+++",
                               "@@")

prefixes at the beginning of the lines. This patch doesn't have the
last four, so it doesn't think this is a patch.

It needs to be taught to understand mode changes and binary patches.

Fam

Reply via email to