mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 08:48:37 +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