]> Sergey Matveev's repositories - public-inbox.git/commit
check git version requirements
authorEric Wong <e@80x24.org>
Thu, 10 Jan 2019 04:53:10 +0000 (04:53 +0000)
committerEric Wong <e@80x24.org>
Thu, 10 Jan 2019 06:46:49 +0000 (06:46 +0000)
commit50c822076abee76c3133ffc3482488392eecedfb
tree903752fbe9b3497cfaa67a8739d901223d91f9a9
parente041f5446ad266ee24e41a38e0090e2a65167606
check git version requirements

This allows v1 tests to continue working on git 1.8.0 for
now.  This allows git 2.1.4 packaged with Debian 8 ("jessie")
to run old tests, at least.

I suppose it's safe to drop Debian 7 ("wheezy") due to our
dependency on git 1.8.0 for "merge-base --is-ancestor".

Writing V2 repositories requires git 2.6 for "get-mark"
support, so mask out tests for older gits.
17 files changed:
INSTALL
lib/PublicInbox/SearchIdx.pm
t/altid_v2.t
t/common.perl
t/convert-compact.t
t/import.t
t/init.t
t/mda_filter_rubylang.t
t/nntpd.t
t/psgi_v2.t
t/v1reindex.t
t/v2-add-remove-add.t
t/v2mda.t
t/v2mirror.t
t/v2reindex.t
t/v2writable.t
t/watch_maildir_v2.t