Skip to content

Commit f672902

Browse files
authored
Add .git-blame-ignore-revs file (RSS-Bridge#2903)
This will ignore coding style change commits in GitHub’s blame UI. Same thing can be achieved locally using either `git blame --ignore-revs-file .git-blame-ignore-revs` or `git config blame.ignoreRevsFile .git-blame-ignore-revs` https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
1 parent abfc6b4 commit f672902

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.git-blame-ignore-revs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Reformat code base to PSR12
2+
4f75591060d95208a301bc6bf460d875631b29cc
3+
# Fix coding style missed by phpbcf
4+
951092eef374db048b77bac85e75e3547bfac702

0 commit comments

Comments
 (0)