X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Flei-overview.pod;h=e80cb094cecc00198dc619e3286adc132f415a8a;hb=69b5ab18a594fa434d79cacee35c4d9a0df7b55c;hp=4a34bc16268e2ec5225225cbb71b59e4f0bbfafe;hpb=0b15dfc58ceaecdcb1c9285c3ad55813006c8338;p=public-inbox.git diff --git a/Documentation/lei-overview.pod b/Documentation/lei-overview.pod index 4a34bc16..e80cb094 100644 --- a/Documentation/lei-overview.pod +++ b/Documentation/lei-overview.pod @@ -98,6 +98,18 @@ 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