mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-09-20 23:16:36 +08: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