]> Sergey Matveev's repositories - public-inbox.git/commit - Documentation
lei p2q: use LeiInput for multi-patch series
authorEric Wong <e@80x24.org>
Tue, 26 Oct 2021 10:35:55 +0000 (10:35 +0000)
committerEric Wong <e@80x24.org>
Tue, 26 Oct 2021 17:43:57 +0000 (17:43 +0000)
commit6d78574a7b8084a9415b4168262207ebe54e5feb
treee2e0b96306f0916dc7149b8138700d5d73152eea
parentec031825967ac3eb89df4e71ab85ca230358ca70
lei p2q: use LeiInput for multi-patch series

The LeiInput backend now allows p2q to work like any other
command which reads .eml, .patch, mbox*, Maildir, IMAP, and NNTP
input.  Running "git format-patch --stdout -1 $COMMIT" remains
supported.

This is intended to allow lower memory use while parsing
"git log --pretty=mboxrd -p" output.  Previously, the entire
output of "git log" would be slurped into memory at once.

The intended use is to allow easy(-ish :P) searching for
unapplied patches as documented in the new example in the
manpage.
Documentation/lei-p2q.pod
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiInput.pm
lib/PublicInbox/LeiP2q.pm