Commit Graph

1 Commits

Author SHA1 Message Date
Jasper Blanckenburg d0afcb6da4 Add .git-blame-ignore-revs
You can use this file to ignore this commit when running git blame.
Simply run

    git blame --ignore-revs-file .git-blame-ignore-revs [...]

Or configure git to persistently ignore the commit:

    git config blame.ignoreRevsFile .git-blame-ignore-revs
2022-03-13 20:33:59 +01:00