]> Sergey Matveev's repositories - public-inbox.git/commitdiff
"git cat-file --batch" wrapper really mod_perl-compatible
authorEric Wong <e@80x24.org>
Wed, 30 Apr 2014 20:13:54 +0000 (20:13 +0000)
committerEric Wong <e@80x24.org>
Wed, 30 Apr 2014 20:13:54 +0000 (20:13 +0000)
IPC::Open* does not work well under mod_perl (probably because
it does funky things with stdout/stderr).  So use the POSIX
dup2 functions instead, which work reliably on all POSIX-like
platforms.


No differences found