]> Sergey Matveev's repositories - public-inbox.git/commit
v2writable: use read-only PublicInbox::Git for cat_file
authorEric Wong <e@yhbt.net>
Fri, 24 Jul 2020 05:55:56 +0000 (05:55 +0000)
committerEric Wong <e@yhbt.net>
Sat, 25 Jul 2020 20:48:18 +0000 (20:48 +0000)
commit55481f4af0037b1f0610cd5400e1332832589dcc
tree57bc2bf260184158f41c369b454fd2a3db08b2c9
parent298c806d51f31796caa65da70ab6bfa310db614a
v2writable: use read-only PublicInbox::Git for cat_file

We can reduce the number of parameters we pass around on stack
and make our read-write and read-only code paths more uniform.
lib/PublicInbox/V2Writable.pm