Skip to content

Commit 1fae9fa

Browse files
authored
add a .git-blame-ignore-revs file and populate it with a few commits (#45243)
GitHub supports hiding commits from showing up in the diff view (https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file\#ignore-commits-in-the-blame-view). This is useful to hide commits that made (automatic) style/whitespace changes that would otherwise clutter up the blame view.
1 parent 9cf0c9c commit 1fae9fa

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+
# .git-blame-ignore-revs
2+
# whitespace: end text files with single newlines
3+
3903fa54a638d4546ef50e56f91f0705a8ab11ef
4+
# whitespace: use only UNIX line endings (\n)
5+
e66bfa5dd32f93e76068c00ad882c1fc839c5af8
6+
# whitespace: replace non-breaking space => space
7+
100a741e7ab38c91d48cc929bb001afc8e09261f

0 commit comments

Comments
 (0)