diff options
-rw-r--r-- | shared/home-manager/git/default.nix | 5 |
1 files changed, 0 insertions, 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"; |