]> Sergey Matveev's repositories - public-inbox.git/commit
lei_store: quiet down "git var" failures
authorEric Wong <e@80x24.org>
Fri, 1 Jan 2021 09:20:59 +0000 (19:20 -1400)
committerEric Wong <e@80x24.org>
Fri, 1 Jan 2021 20:55:31 +0000 (20:55 +0000)
commit171a9c24022ad7efef9248fc51fc357eed6aeb8a
tree7501b50755de45f76f42063fd4d5b698b592fe9c
parentaf0b0fb7a454470a32c452119d0392e0dedb3fe1
lei_store: quiet down "git var" failures

$git->qx and $git->popen now $env and $opt for redirects
like lower-level popen_rd.  This may be beneficial in other
places.
lib/PublicInbox/Git.pm
lib/PublicInbox/LeiStore.pm