Skip to content

Commit abe2514

Browse files
committed
Add my commit to .git-blame-ignore-revs
because I made a lot of fairly mindless changes to pydantic code to fix warnings and I don't want git blame to give people the impression that I know more about this code than I do.
1 parent 876840e commit abe2514

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.git-blame-ignore-revs

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Add the commit hash of any commit you want to ignore in `git blame` here.
2+
# One commit hash per line.
3+
#
4+
# The GitHub Blame UI will use this file automatically!
5+
#
6+
# Run this command to always ignore formatting commits in `git blame`
7+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
8+
9+
# Update pydantic code to fix warnings (GH-3600)
10+
876840e9957bc7e9f7d6a2b58c4d7c53dad16481

0 commit comments

Comments
 (0)