]> Sergey Matveev's repositories - public-inbox.git/commit
www_coderepo: allow searching one extindex|inbox
authorEric Wong <e@80x24.org>
Sat, 8 Oct 2022 08:24:48 +0000 (08:24 +0000)
committerEric Wong <e@80x24.org>
Sun, 9 Oct 2022 16:48:39 +0000 (16:48 +0000)
commit5290ed2889d7a62ce3e41e4ff08efaefd2727eda
tree8f9592335a45203f4cb543a5d31964db13689952
parentdda0b4ab620e1709c0e25b3d9d70745fe52d60d3
www_coderepo: allow searching one extindex|inbox

I'm not sure how to best make a UI for one coderepo to many
inboxes/extindices, yet; but at least allow a simple 1:1
mapping, for now.  This ensures /$CODEREPO/$OID/s/ can work
as effectively as /$INBOX/$OID/s/ when looking for emails
associated with a git commit.
lib/PublicInbox/Config.pm
lib/PublicInbox/Inbox.pm
lib/PublicInbox/ViewVCS.pm
lib/PublicInbox/WwwCoderepo.pm