From 6d9d65abce67990048f662217eff2284caa13429 Mon Sep 17 00:00:00 2001 From: ckipp01 Date: Tue, 11 May 2021 15:21:59 +0200 Subject: [PATCH] Add in .git-blame-ignore-revs Reformatting an entire project typically has the complaint that blame is no longer useful. Thankfully, git has a solution for this. You can read more about this here: https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame This `.git-blame-ignore-revs` file can be used to ensure that the formatting commit is ignored when locally using `git blame.` --- .git-blame-ignore-revs | 6 ++++++ 1 file changed, 6 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..cbc018a2 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,6 @@ +# It's a good idea to ignore the following commits from git blame.j +# You can read more about this here if you're unfamiliar: +# https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame +# +# Added scalafmt +af2396558918fea00eaa2da12906a3012eb72153