From 1150cee94f9dabd277da6d7e3456f8d93c670cc3 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Tue, 14 Nov 2023 13:47:17 +0000 Subject: [PATCH] build: blame ignore file --- --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,4 @@ +# Restructure tests +ade4bc204310b10a0b681b60c2fc9498ddd188c9 +# Restructure tests, part 2 +203ce836134aee9779024975517986f0138acc82 --- a/Makefile +++ b/Makefile @@ -134,6 +134,10 @@ git-hooks: cp .githooks/pre-commit .git/hooks/pre-commit +.PHONY: git-blame +git-blame: + git config blame.ignoreRevsFile .git-blame-ignore-revs + .PHONY: init init: make git-hooks -- gitstuff