]> Sergey Matveev's repositories - public-inbox.git/commit
viewvcs: use git(1) for coderepo access
authorEric Wong <e@80x24.org>
Fri, 13 Jan 2023 10:35:49 +0000 (10:35 +0000)
committerEric Wong <e@80x24.org>
Fri, 13 Jan 2023 19:14:25 +0000 (19:14 +0000)
commitd967c043322e636fd6ff810d54b70d8cd9fe91df
treec2da41aab7fab575e875449eff6991b66de3b1a4
parentaff26bf4657de76d77da4a1328ac5c4defc8ccfd
viewvcs: use git(1) for coderepo access

libgit2 development has fallen behind git.git and I've been
using objectformat=sha256 somewhere else for over 18 months.

Hoist out do_cat_async() into it's own sub to hide generic PSGI
vs -httpd differences while we're at it to save us some code.
lib/PublicInbox/ViewVCS.pm
lib/PublicInbox/WwwCoderepo.pm