Girocco/Config.pm: add jgit_compatible_bitmaps note
commit8f199099fee2463abd4847d9565f3f1eae437356
authorKyle J. McKay <mackyle@gmail.com>
Tue, 15 Jun 2021 13:56:31 +0000 (15 06:56 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 15 Jun 2021 13:56:31 +0000 (15 06:56 -0700)
treecf7a587c1d050fd97e59f7fbe11a497231ba0867
parenteb94b8404c5e834994c18fe5492677163cf91399
Girocco/Config.pm: add jgit_compatible_bitmaps note

Since the JGit v3.5.0 release in late 2014, JGit can deal with
Git's bitmap hash cache.  In fact, since Git v2.22.0 (released
2019-06-07), Git enables the hash cache by default since that's
approximately 5 years since JGit learned to deal with it.

Mention this information in the comments for the obscure
$Girocco::Config::jgit_compatible_bitmaps setting to provide more
guidance about when it may actually need to be activated.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Config.pm