Skip to content

Generate patch with git diff instead of git format-patch

What does this MR do?

Generate patch with git diff instead of git format-patch

This will generate a patch:

- that is smaller
- that applies more cleanly since only the final diff will be applied
  instead of each commit's diff

What are the relevant issue numbers?

Closes #33525 (closed)

Merge request reports