From 2ad9e087e89093ed4a4fa19fec4b47ddf58e4c8d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 30 Sep 2019 07:26:53 +0200 Subject: [PATCH] d/export-patchq: ensure all export patches with same diff-algorithm Se it explicitly to myres, the current (since quite a bit) default of git, to avoid noise in exports, just because another developer prefers another algorithm here. Signed-off-by: Thomas Lamprecht --- debian/scripts/export-patchqueue | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/scripts/export-patchqueue b/debian/scripts/export-patchqueue index cf7ce85..3b7be22 100755 --- a/debian/scripts/export-patchqueue +++ b/debian/scripts/export-patchqueue @@ -25,6 +25,7 @@ git format-patch \ --no-cover-letter \ --zero-commit \ --no-signature \ + --diff-algorithm=myers \ --output-dir \ "${top}/${kernel_patchdir}" \ "${base_ref}.."