]> Sergey Matveev's repositories - public-inbox.git/commit
spawn: allow passing GLOB handles for redirects
authorEric Wong <e@80x24.org>
Sun, 29 Dec 2019 12:51:18 +0000 (12:51 +0000)
committerEric Wong <e@80x24.org>
Mon, 30 Dec 2019 00:06:23 +0000 (00:06 +0000)
commit267371b1273b518215939e817e53733584b68af7
tree565515b689baf8e7384a384fd114d8d3f44546a2
parent0a65fd278cb5b4e308fc2535753a3f1a5e78cbf4
spawn: allow passing GLOB handles for redirects

We can save callers the trouble of {-hold} and {-dev_null}
refs as well as the trouble of calling fileno().
16 files changed:
lib/PublicInbox/Admin.pm
lib/PublicInbox/Git.pm
lib/PublicInbox/GitHTTPBackend.pm
lib/PublicInbox/Import.pm
lib/PublicInbox/SolverGit.pm
lib/PublicInbox/Spawn.pm
lib/PublicInbox/SpawnPP.pm
lib/PublicInbox/TestCommon.pm
lib/PublicInbox/V2Writable.pm
lib/PublicInbox/Xapcmd.pm
t/git.t
t/httpd-corner.t
t/import.t
t/qspawn.t
t/solver_git.t
t/spawn.t