From 2a81327ab045d197ac44c4e19f39c0357721137d Mon Sep 17 00:00:00 2001 From: Stu Tomlinson Date: Tue, 12 Apr 2022 10:09:57 +0100 Subject: [PATCH] Ignore coding style change in git blame github supports .git-blame-ignore-revs to ignore certain commits in blame view, add the coding style change commit to this file Can be used locally too with: $ git blame --ignore-revs-file .git-blame-ignore-revs --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..62093a2 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Unify coding style with clang-format +562a06425b96450481cdbc88e8872a2bf5a7d8aa