Crates.io | amt |
lib.rs | amt |
version | 0.1.1 |
source | src |
created_at | 2018-10-07 15:36:29.855297 |
updated_at | 2018-10-07 15:51:15.362136 |
description | Accumulate git-trailers from emails grouped by mail subject |
homepage | |
repository | https://github.com/matthiasbeyer/amt |
max_upload_size | |
id | 88527 |
size | 28,637 |
amt
is a helper for accumulating git trailers from email threads.
It can be used to accumulate git-trailers on a per-patch basis. The suggested workflow is:
Save all mails of a mail thread into a new maildir.
Run amt /path/to/maildir "<message.id.of.toplevel@mail>"
amt
outputs each mail subject with all trailers in the following format:
'{mail subject, prefix stripped} - {trailer}'.
For example:
Fix Typo - Suggested-by: Heinz Dieter heinz@dieter.mail Fix Typo - Signed-off-by: Main Tainer main@tainer.bdfl Implement feature - Reviewed-By: R. Viewer re@view.er Implement feature - Suggested-By: R. Viewer re@view.er Implement feature - Signed-off-by: Main Tainer main@tainer.bdlf
amt
uses git-interpret-trailers
for interpreting trailers. It expects it
to be in $PATH
.
Dependencies are therefor rust and cargo for building and git for runtime.
GNU GPLv2.0