patchew-project/patchew

Reimplement `patchew apply`

Closed this issue · 4 comments

The /mbox endpoint now only includes the patches, and mixes the tags into the patches after the commit messages. This avoids the need to use git filter-branch on the client side, and it would be nice to use it in patchew apply.

Maybe a good second issue :)

Server side merged in 5de12f9

The REST API conversion of patchew-cli is now live on patchew.org's containers, but not yet merged upstream because it causes tracebacks in a few occasions (#83)