Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 710210 - dev-util/quilttools: Mailbox to quilt series converter
Summary: dev-util/quilttools: Mailbox to quilt series converter
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://git.kernel.org/pub/scm/linux/...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-02-19 19:38 UTC by Kurt Kanzenbach
Modified: 2020-02-20 09:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Kanzenbach 2020-02-19 19:38:51 UTC
Hi,

mb2q analyses the complete mailbox and collects various tags (Reviewed-by, Acked-by, Tested-by) from replies to individual patches and to the cover letter. If a tag is in a reply to the cover letter it is applied to all patches which reference the cover letter.
    
Optionally the output can be redirected into a mailbox which can be applied with git-am.

Thanks, 
Kurt