Re: [PATCH v2] dim: Check that patches have git-format-patch default prefixes

2022-01-27 Thread Daniel Vetter
On Sat, Jan 15, 2022 at 12:33:29PM +0100, Javier Martinez Canillas wrote: > By default the git-format-patch command generates patches with prefixes > for the source and destination (-p1), and is also what git-am uses as a > default. The command strips the first leading path component when patch > i

[PATCH v2] dim: Check that patches have git-format-patch default prefixes

2022-01-15 Thread Javier Martinez Canillas
By default the git-format-patch command generates patches with prefixes for the source and destination (-p1), and is also what git-am uses as a default. The command strips the first leading path component when patch is applied (unless a different -p argument is used). But the patch generating beha