]> Sergey Matveev's repositories - public-inbox.git/commit
lei_mirror: reduce `git config' usage
authorEric Wong <e@80x24.org>
Mon, 6 Feb 2023 05:56:35 +0000 (05:56 +0000)
committerEric Wong <e@80x24.org>
Mon, 6 Feb 2023 06:41:51 +0000 (06:41 +0000)
commit385a9f395604b0ec99190df2f1a0fb26c896f585
tree8d99c8e7aa81bf3c2f67353fe92d56eef3970376
parent0f19ca7e3ca6fc568a8713c5ececdb4d9fa577e6
lei_mirror: reduce `git config' usage

We can use `git -c $KEY=$VAL fetch' with a random remote name
that never makes it to a config file.
lib/PublicInbox/LeiMirror.pm