]> Sergey Matveev's repositories - public-inbox.git/commit
config: use popen_rd when spawning `git config'
authorEric Wong <e@80x24.org>
Mon, 23 May 2016 01:17:28 +0000 (01:17 +0000)
committerEric Wong <e@80x24.org>
Mon, 23 May 2016 01:17:28 +0000 (01:17 +0000)
commite8e1aba1abd87dacfe46704a9e939f13c9ad3b52
tree25c60471d3880f205d9f3363e972b8046b4967ff
parentbe5bef0258b12a249f947b49f23c08f42b1741e3
config: use popen_rd when spawning `git config'

We may spawn this in a large server process, so be sure
to take advantage of the optional vfork() support when
for folks who set PERL_INLINE_DIRECTORY.
lib/PublicInbox/Config.pm