]> Sergey Matveev's repositories - public-inbox.git/commit
lei: All Local Externals: bare git dir for alternates
authorEric Wong <e@80x24.org>
Sat, 20 Mar 2021 10:04:03 +0000 (19:04 +0900)
committerEric Wong <e@80x24.org>
Sun, 21 Mar 2021 09:45:46 +0000 (09:45 +0000)
commit7d2e572aca7297ea2015d2b6e7c71b672521ec82
tree072f2f81930af5a84091431171c8af43e0584011
parent592daf02926f747bacaa85a1d1509374c7e66f11
lei: All Local Externals: bare git dir for alternates

This will be used for keyword (and label) storage for externals.
We'll be using this to ensure we don't redundantly auto-import
messages into lei/store if they're already in a local external
(they can still be imported explicitly via "lei import").
12 files changed:
MANIFEST
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiALE.pm [new file with mode: 0644]
lib/PublicInbox/LeiExternal.pm
lib/PublicInbox/LeiOverview.pm
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/LeiStore.pm
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiXSearch.pm
lib/PublicInbox/Lock.pm
t/lei-externals.t
t/lei_xsearch.t