]> Sergey Matveev's repositories - public-inbox.git/commit
config: use "git config --file" to avoid changing %ENV
authorEric Wong <e@80x24.org>
Tue, 29 Apr 2014 03:43:20 +0000 (03:43 +0000)
committerEric Wong <e@80x24.org>
Tue, 29 Apr 2014 03:43:20 +0000 (03:43 +0000)
commit19703e2d72b045ec532f6725bea4adea5e8f3cf7
treefd7ccce04990de330de645077b4856177583182d
parentb79559bb07595e5e29f45d5791bfb53cb6f6a06b
config: use "git config --file" to avoid changing %ENV

%ENV changes do not propagate by default under a mod_perl2
environment, and we might as well work towards being thread-safe.
lib/PublicInbox/Config.pm