From e2b6b40b622f9f4f383872f9d2181dc510ce722e Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 9 Sep 2024 14:41:25 -0400 Subject: [PATCH] Add a blame ignore for the formatting. This should have github ignore things: https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view Locally developers still might need to do: git config blame.ignoreRevsFile .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 000000000..ca3e625b5 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Ignore the commit where all the sources were reformatted with no other changes. +ac8da77c937f3c98c3959f72e76184b6b577cf38