From c209f5e145446e749f8db95f9c7c3e689eac05ee 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..7ad0fecb5 --- /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 +e845c63d46f31789ed4a87b2597169a4fb257557