From 798fdcdfc69f81c9fa4f5d442c068ec42bba0327 Mon Sep 17 00:00:00 2001 From: Arthur Bonnaudet Date: Thu, 17 Aug 2023 11:06:53 +0200 Subject: [PATCH] Formatting: Add `.git-blame-ignore-revs` Add `.git-blame-ignore-revs`, with the previous code formatting commit. It allows git blame tools to ignore the specified commits. Command to configure it: `git config blame.ignoreRevsFile .git-blame-ignore-revs` --- .git-blame-ignore-revs | 5 +++++ 1 file changed, 5 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 000000000..107de1878 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,5 @@ +# Run this command to always ignore formatting commits in `git blame` +# git config blame.ignoreRevsFile .git-blame-ignore-revs + +# Formatting commit +76bdec77b2e88467a579af9e274535d113dce1b9