]> Sergey Matveev's repositories - public-inbox.git/commit
lei_mirror: drop git <1.8.5 support
authorEric Wong <e@80x24.org>
Mon, 28 Nov 2022 05:31:51 +0000 (05:31 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Nov 2022 23:38:56 +0000 (23:38 +0000)
commit449f87dee7c811466aabdf2c5cb19db11c3e8e53
treee23c703f876520956285146dc4529a822d5e1eb6
parent550d283867c0f8a39207f368c49b5d7496045320
lei_mirror: drop git <1.8.5 support

Supporting git <1.8.5 via fetch on non-forkgroup repos would
make auto-GC dangerous, and I want to support auto-GC instead
of relying on the preciousObjects extension.

Since git 1.8.5 is 9 years old at this point, and grokmirror
(used by the only CentOS 7.x user I know of) already relies on
newer git, simplify our code and only fetch into forkgroups.
lib/PublicInbox/LeiMirror.pm