]> Sergey Matveev's repositories - public-inbox.git/commit
lei *external: glob improvements, ls-external filtering
authorEric Wong <e@80x24.org>
Wed, 10 Feb 2021 07:07:44 +0000 (07:07 +0000)
committerEric Wong <e@80x24.org>
Wed, 10 Feb 2021 19:21:32 +0000 (19:21 +0000)
commitdd80cd59cf0c90d61257fbfe8176e3312edbb841
tree0eca4983372b1c80377663179157b993bb2535e9
parent04b73104416e4734b3a01e47525119cac867065a
lei *external: glob improvements, ls-external filtering

The "ls-external" now accepts the same glob patterns used by
with lei q --{include,only,exclude}.  If no glob is detected, it
will be treated as a literal substring match (like "grep -F").

Inverting matches is also supported ("grep -v").
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiExternal.pm
t/lei_external.t