]> Sergey Matveev's repositories - public-inbox.git/commit
searchidx: get rid of pointless index_blob wrapper
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Sat, 24 Feb 2018 00:40:09 +0000 (00:40 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Wed, 28 Feb 2018 18:53:29 +0000 (18:53 +0000)
commitd5ab7a89e7ab6ef081e13a3d50a7fe9a3647613a
tree99e0894d88e37dcd31578965e87320a8c8331d65
parent8d3550a05e3bbb3ef923fa46fe43ad8927c60e1f
searchidx: get rid of pointless index_blob wrapper

This used to lookup the message in git, but no longer, so
remove a needless indirection layer and call add_message
directly.
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchIdxPart.pm