]> Sergey Matveev's repositories - public-inbox.git/commit
import: unset GIT_CONFIG with `git config --global'
authorEric Wong <e@80x24.org>
Fri, 1 Jan 2021 05:47:49 +0000 (17:47 -1200)
committerEric Wong <e@80x24.org>
Sat, 2 Jan 2021 09:15:09 +0000 (09:15 +0000)
commitaf2429033aef447f0149b207d87ffacfb057fc6d
treefc8a7374d89364c419dcc08b855c9f37acdc7a96
parentcc1660fd3bb16f684062d5c63ae4320d2c7f939c
import: unset GIT_CONFIG with `git config --global'

GIT_CONFIG is set by -convert, and user may have it set
for other reasons.  In either case, it conflicts with
any any attempt to use `git config --global` so we have
to unset it.

This fixes t/multi-mid.t under TEST_RUN_MODE=0
lib/PublicInbox/Import.pm