mb2q: Add option to sort input mbox by subject

When picking up an mbox from an archive like lore.kernel.org,
it isn't uncommon that the mbox has the emails in a random
order (most likely the order of delivery).

After processing, the resulting mbox will be in the same random
order, which doesn't really help when trying to do a "git am"
with it...

Add a new option (-S) to sort the source mbox by subject (which
hopefully fits most of the patch series) before processing it.

Signed-off-by: Marc Zyngier <maz@kernel.org>
1 file changed
tree: ebdcce454034a0468add8f259441d4be64bf8076
  1. Documentation/
  2. LICENSES/
  3. .gitignore
  4. COPYING
  5. mb2q
  6. README.md
README.md

mb2q - Mailbox to quilt series converter

Install

It's recommended to generate the appropriate package for your system and install it via the package manager.

Usage

See Documentation and man pages