X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Flei-overview.pod;h=e80cb094cecc00198dc619e3286adc132f415a8a;hb=39d06d18fd836a0a474815508aa9fec86b7b336c;hp=f74a228ab21b5de1e10cb45ce0fc56f2d1502ced;hpb=236831da32b1240dac165af2a97351a0b1b99b0c;p=public-inbox.git diff --git a/Documentation/lei-overview.pod b/Documentation/lei-overview.pod index f74a228a..e80cb094 100644 --- a/Documentation/lei-overview.pod +++ b/Documentation/lei-overview.pod @@ -23,9 +23,9 @@ to memoize messages from remotes. =over -=item $ lei import mboxrd:t.mbox +=item $ lei import mboxrd:t.mbox.gz -Import the messages from an mbox into the local storage. +Import the messages from a gzipped mboxrd into the local storage. =item $ lei blob 59ec517f9 @@ -33,7 +33,7 @@ Show message with the git blob OID of 59ec517f9. If a message with that OID isn't found, check if the current git repository has the blob, trying to reconstruct it from a message if needed. -=item $ lei blob 59ec517f9 | lei mark - -F eml +kw:flagged +L:next +=item $ lei blob 59ec517f9 | lei tag - -F eml +kw:flagged +L:next Set the "flagged" keyword and "next" label on the message with the blob OID of 59ec517f9. @@ -82,21 +82,34 @@ Search for messages whose subject includes "lei" and "skeleton". Do the same, but also report unmatched messages that are in the same thread as a matched message. -=item $ lei q -t -o mboxcl2:t.mbox --mua=mutt s:lei s:skeleton +=item $ lei q -t -o /tmp/mdir --mua=mutt s:lei s:skeleton -Write mboxcl2-formatted results to t.mbox and enter mutt to view the -file by invoking C. +Write results to a Maildir at "mdir". Mutt will be invoked +to open mfolder (C) while results are being fetched +and written. =item $ lei q kw:flagged L:next Search for all flagged messages that also have a "next" label. -=item $ lei p2q HEAD | lei q --stdin -tt -o mdir +=item $ lei p2q HEAD | lei q --stdin -tt -o /tmp/mdir Search for messages that have post-image git blob IDs that match those of the current repository's HEAD commit, writing them to the Maildir directory "mdir" and flagging the messages that were an exact match. +=item $ git show -s HEAD | lei lcat - + +Display a local message for the public-inbox link contained in a +commit message. + +=item $ lei q -f text m:MID | lei rediff -U5 - + +Feed a message containing a diff to L to regenerate its +diff with five context lines. Unless C<--git-dir> is specified, this +requires the current working directory to be within the associated +code repository. + =back =head1 PERFORMANCE NOTES @@ -120,8 +133,8 @@ welcome. Feedback welcome via plain-text mail to L -The mail archives are hosted at L -and L +The mail archives are hosted at L and +L =head1 COPYRIGHT