From 77e7971bbf5006e225a94bf5a8cadccb381819dd Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Sun, 1 Sep 2024 12:02:59 +0800 Subject: [PATCH] Introduce a .git-blame-ignore-revs file It for now only contains the latest commit reference, which modified a lot of lines without any functional change. There might be some existing commit that would benefit from being in this file too, but it will be taken care of later if that's the case. --- .git-blame-ignore-revs | 7 +++++++ 1 file changed, 7 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 00000000..dcae04d1 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,7 @@ +# This requires git 2.23 or later. +# +# You need to configure git to use this file, with something like: +# $ git config blame.ignoreRevsFile .git-blame-ignore-revs + +# Introduction of ruff +ecb8013b5f3287b51d00a4d7bf9e186cf1336b85