]> Sergey Matveev's repositories - public-inbox.git/commit
v2: support incremental indexing + purge
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Wed, 4 Apr 2018 21:24:59 +0000 (21:24 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Wed, 4 Apr 2018 21:54:44 +0000 (21:54 +0000)
commit678fb3c2ba03a4a284620c039717c0d94dd6106a
tree29b213f82977aa3ccf83d0fc80d8b126b583fb45
parentb4d127cb83230fe5cee0dcecb573107ad96a7c4c
v2: support incremental indexing + purge

This is important for people running mirrors via "git fetch",
as they need to be kept up-to-date.  Purging is also now
supported in mirrors.

The short-lived "--regenerate" option is gone and is now
implicitly enabled as a result.  It's still cheap when
article number regeneration is unnecessary, as we track
the range for each git repository.
MANIFEST
lib/PublicInbox/Import.pm
lib/PublicInbox/Msgmap.pm
lib/PublicInbox/V2Writable.pm
script/public-inbox-convert
script/public-inbox-index
t/v2mirror.t [new file with mode: 0644]
t/v2reindex.t