From 6234c434c2a1576bee8faf71a55381ce7bad9893 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:30:29 +0100 Subject: [PATCH] lol --- home-manager/git.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/git.nix b/home-manager/git.nix index b647ef1..324fae9 100644 --- a/home-manager/git.nix +++ b/home-manager/git.nix @@ -33,7 +33,8 @@ merge.conflictstyle = "zdiff3"; # https://github.com/rust-lang/rust/blob/a83cf567b5949691de67f06895d9fe0404c40d27/.git-blame-ignore-revs - blame.ignoreRevsFile = ".git-blame-ignore-revs"; + # doesn't work cause lol its an error to not have the file + # blame.ignoreRevsFile = ".git-blame-ignore-revs"; # This makes it so that pushing always uses SSH, even if the remote was configured as HTTPS. "url \"git@github.com:\"".pushInsteadOf = "https://github.com/";