]> Sergey Matveev's repositories - public-inbox.git/commit
lei convert: auth directly from worker process
authorEric Wong <e@80x24.org>
Mon, 22 Feb 2021 11:22:53 +0000 (08:22 -0300)
committerEric Wong <e@80x24.org>
Mon, 22 Feb 2021 22:14:19 +0000 (18:14 -0400)
commit76689d2b939f3a36db406684b588eb5bec10955b
tree056b057d491359851b7bbae54b8d784833bb1130
parent16396c1c2f4968d465ef99a68b3d76d7c1f32628
lei convert: auth directly from worker process

Since this only has one worker, we can auth directly in the
worker since the convert worker now has access to the script/lei
{sock} for running "git credential".
lib/PublicInbox/LeiConvert.pm
lib/PublicInbox/NetReader.pm
lib/PublicInbox/NetWriter.pm