Skip to content

Commit

Permalink
Add starting .git-blame-ignore-revs
Browse files Browse the repository at this point in the history
This could be used for ignoring giant whitespace changes in git blames.
With this we could commit to doing giant tab/space + newline normalization in .cs files without blame noise.
  • Loading branch information
CasualPokePlayer committed Aug 8, 2022
1 parent 98b07c4 commit 1064871
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This file can be used for git blame using --ignore-revs-file
# or by setting blame.ignoreRevsFile in the git config.

# Move projects to /src
3a3b22c03b422eda8fcd62c8cbbff3e838ba4f18

0 comments on commit 1064871

Please sign in to comment.