]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
git: move async detection to runtime
authorEric Wong <e@80x24.org>
Fri, 24 Feb 2017 00:47:45 +0000 (00:47 +0000)
committerEric Wong <e@80x24.org>
Fri, 24 Feb 2017 01:59:33 +0000 (01:59 +0000)
commitee6b0dac82b05ef83b497787591de8b3645e0288
treed852399f357bbf4a4d7e23cd06b82d71564e086d
parentc1043e6471fdd5d88ceb6ed53a6af330d20b85a7
git: move async detection to runtime

We don't actually know what context we'll be called under,
so detecting the mere use-ability of Danga::Socket is not
sufficient.
lib/PublicInbox/Git.pm
t/git_async.t