Skip to content

Commit 24b0922

Browse files
committed
src: add .git-blame-ignore-revs file
A file with revisions that should be ignored by git-blame command To enable: git config blame.ignoreRevsFile .git-blame-ignore-revs
1 parent 97b693c commit 24b0922

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.git-blame-ignore-revs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file contains a list of commits that should be ignored by `git blame` command.
2+
#
3+
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
4+
5+
# core reformat on 2025-06-16
6+
97b693c920b37f903e6f736f84999b54f2470d2c
7+

0 commit comments

Comments
 (0)