gitea/modules/indexer
zeripath ff460ca74d
Speed up `enry.IsVendor` ()
`enry.IsVendor` is kinda slow as it simply iterates across all regexps.
This PR ajdusts the regexps to combine them to make this process a
little quicker.

Related 

Signed-off-by: Andrew Thornton <art27@cantab.net>
..
code Speed up `enry.IsVendor` ()
issues Upgrade blevesearch dependency to v2.0.1 ()
stats Use native git variants by default with go-git variants as build tag ()