From 3f4d88534cd080507a65c1de4bf452fbea1215a7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 19 Dec 2024 19:53:32 +0100 Subject: [PATCH] d/scripts: add --full-index parameter to export-patchqueue 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 bc3cea8..e195109 100755 --- a/debian/scripts/export-patchqueue +++ b/debian/scripts/export-patchqueue @@ -26,6 +26,7 @@ git format-patch \ --zero-commit \ --no-signature \ --diff-algorithm=myers \ + --full-index \ --output-directory="${top}/${kernel_patchdir}" \ "${base_ref}.."