]> Sergey Matveev's repositories - public-inbox.git/commit
"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)
commitf286304f47685f6530462439b95951e2af86051f
tree2516f357b7a74470f9aaa86339b3f1306f5133fe
parenta83cc9e2a3029a9d284fbd3e24b23dc4dd3a9313
"git cat-file --batch" wrapper really mod_perl-compatible

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.
lib/PublicInbox/GitCatFile.pm