mirror of
https://gitee.com/gitea/gitea
synced 2025-11-11 20:10:26 +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