d/scripts: add --full-index parameter to export-patchqueue

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit 3f4d88534c)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-12-19 19:53:32 +01:00
parent 435d60b5a2
commit b72118b9ba

View File

@ -26,6 +26,7 @@ git format-patch \
--zero-commit \
--no-signature \
--diff-algorithm=myers \
--full-index \
--output-directory="${top}/${kernel_patchdir}" \
"${base_ref}.."