]> git.proxmox.com Git - pve-kernel.git/commitdiff
d/export-patchq: ensure all export patches with same diff-algorithm
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Sep 2019 05:26:53 +0000 (07:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Sep 2019 05:29:08 +0000 (07:29 +0200)
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 <t.lamprecht@proxmox.com>
debian/scripts/export-patchqueue

index cf7ce8539f81094f9d0885733708305bf03b5adc..3b7be2238578c3d6cbcd2df15ce5aa0b630ab12a 100755 (executable)
@@ -25,6 +25,7 @@ git format-patch \
     --no-cover-letter \
     --zero-commit \
     --no-signature \
+    --diff-algorithm=myers \
     --output-dir \
     "${top}/${kernel_patchdir}" \
     "${base_ref}.."