Problem: git blame became more difficult with clang-format change

Solution: let git ignore that commit when blame is ran.

Requires to set a git config:

git config blame.ignoreRevsFile .git-blame-ignore-revs

Or to pass --ignore-revs-file .git-blame-ignore-revs to git blame.
This commit is contained in:
Luca Boccassi 2020-12-23 14:03:12 +00:00
parent 41c4ce1817
commit a6f1000964

2
.git-blame-ignore-revs Normal file
View File

@ -0,0 +1,2 @@
# tree-wide clang format
41f459e1dc6f7cdedd1268298153c970e290b2ce