--- /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