From 5f66f8d4ade1e1b806b85711983255d245d9a0a8 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Fri, 26 Jul 2024 10:05:15 +0200 Subject: [PATCH] Add blackify commit to blame ignore In order to keep git blame not overloaded with recent reformat changes add the reformat commit to the ignore list. Change-Id: I0b474143d07436d9b92cbe98e9caafe8318c2719 --- .git-blame-ignore-revs | 4 ++++ 1 file changed, 4 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 0000000000..f629814eac --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,4 @@ +# You can configure git to automatically use this file with the following config: +# git config --global blame.ignoreRevsFile .git-blame-ignore-revs + +a00839ca028304946e500cd14ddde322b6303ec8 # Blackify the keystone code base