Fix blame for sha256 repositories
What does this MR do and why?
Contributes to #463860 (closed)
Problem
Blame code uses a regular expression that doesn't support SHA256 commits (size: 64 characters).
Solution
Extend a regular expression to accept both SHA1 and SHA256 commits.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Create a new project with SHA256 repository
- Open README.md
- Click on Blame button
- You should see blame information
Edited by Vasilii Iakliushin


