]> Sergey Matveev's repositories - public-inbox.git/commit
feed: $INBOX/new.atom endpoint supports v2 inboxes
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 22 Mar 2018 08:48:29 +0000 (08:48 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 22 Mar 2018 09:29:15 +0000 (09:29 +0000)
commit2eea27a1e97ce522e3e1e63499a2bf7e472d8ee9
treee00f5abb4cef58f6f5b753a5ad96de0c8f27fc82
parent4a560eccced6e5dd4abdf7732687ec126acdea45
feed: $INBOX/new.atom endpoint supports v2 inboxes

We can no longer rely on tree name lookups for v2.  This also
optimizes v1 by relying on git blob object_id lookups while
avoiding process spawning overhead for "git log".
lib/PublicInbox/Feed.pm