From ff43496b6adb6ecefbefaa34325c6ff95d4e22d1 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Sun, 23 Jan 2022 19:56:50 -0600 Subject: [PATCH] Create .git-blame-ignore-revs This file lists the full commit hash of commits that should be ignored when doing a `git blame` (e.g. formatting-only changes). It is supported via the git command line option `git blame --ignore-revs-file .git-blame-ignore-revs`, and both GitHub and Gitlab have indicated they are looking into implementing it in their interfaces. --- .git-blame-ignore-revs | 1 + 1 file changed, 1 insertion(+) 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..0a1dce190d --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1 @@ +78d0fc786aece120146b5c7a2367b593d3498e43