From c22e8e132e4bf4f7efa7fa674341d80afe615cc4 Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Tue, 30 Jan 2024 14:17:46 +0100 Subject: [PATCH] Add Ignore File for Git Blame Signed-off-by: Sven Strittmatter --- .git-blame-ignore-revs | 10 ++++++++++ 1 file changed, 10 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..2e93774e --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,10 @@ +# Ignore mass formatting in Git blame +# +# Just add the commit hash to ignore with a comment. +# To apply this configure the file with: +# git config blame.ignoreRevsFile .git-blame-ignore-revs +# +# See: https://akrabat.com/ignoring-revisions-with-git-blame/ + +#23 Reformat Java code +ef59f4c921adec23c3f4f927053a5e98246d8ff9