mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 22:17:49 -09:00
ff460ca74d
`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 #15143 Signed-off-by: Andrew Thornton <art27@cantab.net>