mirror of
https://github.com/go-gitea/gitea
synced 2025-11-17 11:48:14 +00:00
This improves the SHA1 link detection to not pick up extraneous non-whitespace characters at the end of the URL. The '.' is a special case handled in code itself because of missing regexp lookahead support. Regex test cases: https://regex101.com/r/xUMlqh/3