shlib.sh: set var_have_git_210 for Git v2.1.0 or later
commit7cf7e649e103673d45a0a157f1d1ecbf33265d13
authorKyle J. McKay <mackyle@gmail.com>
Mon, 4 Dec 2017 01:01:21 +0000 (3 17:01 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 4 Dec 2017 01:01:21 +0000 (3 17:01 -0800)
tree6629fb6f649df91dce3a90bda8add535df82c369
parent30b7bfad74ba7f706b01c9f53b9d13b2c0ad201d
shlib.sh: set var_have_git_210 for Git v2.1.0 or later

When doing fancier repacking in the future, we will need to know
whether or not pack bitmaps are supported.

Technically they've been supported since v2.0.0 although they
probably should not be used before v2.1.4.

But, we activate them with repack.writeBitmaps=true which is only
understood by v2.1.0 or later and we want to match the same behavior
as that config file setting provides.  Therefore we test for v2.1.0
or later instead of v2.0.0 or later.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
shlib.sh