Skip to content

Commit

Permalink
Ignore formatting commits in git blame (#42)
Browse files Browse the repository at this point in the history
to reduce noise when looking at file and line histories
  • Loading branch information
GeckoEidechse authored Sep 20, 2024
1 parent 028e599 commit 528b214
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# git config --global blame.ignoreRevsFile .git-blame-ignore-revs

# Remove trailing spaces inside quotation marks (#12)
445bc3a6e4283fe568538af0b9e0915a1752a389

# Ensure consistent whitespaces (#14)
5a905727c992c2d380fb232cc0a85623797cbb14

# Remove trailing whitespace in quotes (#15)
be210eef0ad8c49f3f74ecb974978d95239b7641

# Ensure consistent whitespace in stylesheet
1ad3a8d1f6093b1df0ccffe5c90781345946ddf0

# Change all occurences of double backticks to single backticks (#18)
7ad54d9ce831187ef1e32e6a8ff00bdfbef983dd

# Remove cases of trailing whitespaces (#41)
6f17ba8a22640bbb8cfb131d5bd5796ec6b4c060

# Remove superfluous newline at the start of codeblocks (#44)
8f9c10d7840c4051fce7bf1260e644752bd8dfc6

# Fix indentation in codeblocks (#45)
028e59941946ed37d29f73ac902d70d00bc2257d

0 comments on commit 528b214

Please sign in to comment.