mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
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:
parent
41c4ce1817
commit
a6f1000964
2
.git-blame-ignore-revs
Normal file
2
.git-blame-ignore-revs
Normal file
@ -0,0 +1,2 @@
|
||||
# tree-wide clang format
|
||||
41f459e1dc6f7cdedd1268298153c970e290b2ce
|
Loading…
Reference in New Issue
Block a user