stefanha / git-publish

Prepare and store patch revisions as git tags
MIT License
133 stars 35 forks source link

When respinning pull request, use git-backport-diff to drop unmodified patches #89

Open philmd opened 4 years ago

philmd commented 4 years ago

Feature request

When respinning a pull request, we could use git-backport-diff to find unmodified patches, and only send the new/modified ones.

Example: https://lists.gnu.org/archive/html/qemu-devel/2020-06/msg06956.html

stefanha commented 4 years ago

Thanks for sharing the idea!