From 86827a5de22335d34ff84286f01433af8d6d373d Mon Sep 17 00:00:00 2001 From: Linnnus Date: Fri, 11 Apr 2025 02:04:59 +0000 Subject: Unset blame.ignoreRevsFile in git config It was causing errors in repos that didn't have that file. I guess I will have to manually configure it in each repo that DOES use that file. --- shared/home-manager/git/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/shared/home-manager/git/default.nix b/shared/home-manager/git/default.nix index 748025d..cdd1561 100644 --- a/shared/home-manager/git/default.nix +++ b/shared/home-manager/git/default.nix @@ -27,11 +27,6 @@ in { # See: https://git-scm.com/book/en/v2/Git-Tools-Submodules push.recurseSubmodules = "check"; - # It seems like a de facto standard to have a file with this name in the - # project root containing all the commits that should be ignored when - # running `git blame`. - blame.ignoreRevsFile = ".git-blame-ignore-revs"; - credential = { "https://github.com/" = { username = "linnnus"; -- cgit v1.2.3