From 459da19ecbfafe3252d3741a8f55865cb88c99d8 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 17 Aug 2023 21:36:08 -0500 Subject: [PATCH] Add .git-blame-ignore-rev support --- home/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/home.nix b/home/home.nix index 777cc7d..e99870a 100644 --- a/home/home.nix +++ b/home/home.nix @@ -33,6 +33,7 @@ in { color.ui = "auto"; pull.rebase = true; init.defaultBranch = "main"; + blame.ignoreRevsFile = ".git-blame-ignore-revs"; }; };