chore: add oxfmt changes to blame ignore rev list#19366
Open
chore: add oxfmt changes to blame ignore rev list#19366
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a commit hash to the .git-blame-ignore-revs file as a follow-up cleanup to PR #19311, which reformatted HTML files with oxfmt. The purpose is to exclude the formatting-only commit from git blame output, making it easier to find meaningful code changes when using git blame.
Changes:
- Added the commit hash
b1d25bb2462feb02defcdb28221759e26c115d99from PR #19311 to the git blame ignore list with an appropriate comment
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Codecov Results 📊✅ 1 passed | Total: 1 | Pass Rate: 100% | Execution Time: 1.97s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 14 uncovered lines. Files with missing lines (2)
Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 60.51% 83.13% +22.62%
==========================================
Files 756 2 -754
Lines 41856 83 -41773
Branches 8032 57 -7975
==========================================
+ Hits 25336 69 -25267
- Misses 16520 14 -16506
- Partials 82 8 -74Generated by Codecov Action |
Contributor
size-limit report 📦
|
Lms24
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Suggested by @Lms24 as a cleanup to #19311 to avoid cluttering our git workflows