Commit graph

3 commits

Author SHA1 Message Date
def 2aa3969912 Add 2 changes to formatting-revs so git blame is usable
With .git/config containing:
[blame]
  ignoreRevsFile = formatting-revs.txt
2022-07-10 10:15:12 +02:00
def 8996347b65 Fix hash in formatting-revs.txt 2020-09-30 17:27:33 +02:00
def ee8872fb75 Add formatting-revs.txt
to filter out automatic clang-formats for better git blame information,
for example:

$ git blame --ignore-revs-file formatting-revs.txt src/antibot/antibot_null.cpp

You can also set it in your .git/config:

[blame]
    ignoreRevsFile = formatting-revs.txt
2020-09-26 21:50:27 +02:00