From 91392043a726e90b91b1095d82b5467730ce9269 Mon Sep 17 00:00:00 2001 From: mhucka Date: Tue, 4 Nov 2025 00:44:49 +0000 Subject: [PATCH] Add initial `.git-blame-ignore-revs` file --- .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 000000000..641c985fc --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,10 @@ +# git-blame can be instructed to ignore certain commits, which is useful to do +# for commits that only involve large refactoring and reformatting operations. +# The format of this file is one full 40-character commit hash (SHA-1) per line. +# Blank lines and comments (such as this) are allowed. +# +# Usage: run the following command to configure git to use this file as a +# default ignore file for git blame: +# +# git config blame.ignoreRevsFile .git-blame-ignore-revs +#