How can I parse emails from git send-email?

75 Views Asked by At

Does anyone know of a system or library that can parse emails sent by git send-email? So ideally receive emails and automatically create branches or PRs?

2

There are 2 best solutions below

2
On

You're looking for git am, "apply mail".

0
On

Initial results:

Patchwork

  • A web-based patch tracking system designed to facilitate the contribution and management of contributions to an open-source project.

Patchwork

  • The freedesktop.org edition of patchwork (a fork of the above).

libgitmail

  • A Rust library that can parse git-send-email generated email.