Skip to content

Commit

Permalink
add a .git-blame-ignore-revs file and populate it with a few commits (
Browse files Browse the repository at this point in the history
JuliaLang#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.
  • Loading branch information
KristofferC authored May 10, 2022
1 parent 9cf0c9c commit 1fae9fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# .git-blame-ignore-revs
# whitespace: end text files with single newlines
3903fa54a638d4546ef50e56f91f0705a8ab11ef
# whitespace: use only UNIX line endings (\n)
e66bfa5dd32f93e76068c00ad882c1fc839c5af8
# whitespace: replace non-breaking space => space
100a741e7ab38c91d48cc929bb001afc8e09261f

0 comments on commit 1fae9fa

Please sign in to comment.