]> Sergey Matveev's repositories - public-inbox.git/commit
solver: avoid deprecation warnings in git 2.36.0+
authorEric Wong <e@80x24.org>
Sat, 30 Jul 2022 09:38:24 +0000 (09:38 +0000)
committerEric Wong <e@80x24.org>
Sat, 30 Jul 2022 09:39:34 +0000 (09:39 +0000)
commit37939c45e9eee222dd8ec35c941271b87bd02885
tree75c3bb924d690a7ed1b71738a8ee71dd61c0f742
parent706bbdf50141cfffe8c411afba4c7cd4112fbc7a
solver: avoid deprecation warnings in git 2.36.0+

git deprecated core.fsyncObjectFiles in favor of core.fsync
with 2.36.0+, while GIT_TEST_FSYNC was added in 2.35.0.  So
use the environment variable since it's been supported slightly
longer than the new configuration knob.
lib/PublicInbox/SolverGit.pm