Skip to content

Commit d08c296

Browse files
committed
chore(blame): make .git-blame-ignore-revs functional + ignore the Npy→ND rename
1. Expand all entries to full 40-char SHAs — git blame --ignore-revs-file ABORTS on abbreviated names ("fatal: invalid object name: ac02033"). 2. Register the mechanical Npy→ND rename commit (301229b).
1 parent 301229b commit d08c296

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.git-blame-ignore-revs

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# TUnit to MSTest v3 attribute migration
2-
ac020336
2+
ac020336afa4d1b9bb36f3d114c04d79f739159e
33

44
# TUnit assertions to AwesomeAssertions migration
5-
b1d1d543
5+
b1d1d54333c555dd29f7182e9317da8cae1cccd8
66

77
# Add [TestClass] attributes for MSTest discovery
8-
e0db3c3e
8+
e0db3c3ed2bac06c255d4b1b7a327efc4e05447b
99

1010
# Convert async Task to void for sync test methods
11-
4eea9644
11+
4eea9644c8eaade8d2db1322bc6579023133898b
12+
13+
# Rename Npy* iterator/expression stack to ND* (mechanical, no logic change)
14+
301229b6100e23aa3d8ab308de3bb543d50507dd

0 commit comments

Comments
 (0)