Add .git-blame-ignore-rev support

This commit is contained in:
Spotlight 2023-08-17 21:36:08 -05:00
parent f0580e264c
commit 459da19ecb
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -33,6 +33,7 @@ in {
color.ui = "auto"; color.ui = "auto";
pull.rebase = true; pull.rebase = true;
init.defaultBranch = "main"; init.defaultBranch = "main";
blame.ignoreRevsFile = ".git-blame-ignore-revs";
}; };
}; };