difftreelog
build blame ignore file
in: master
2 files changed
.git-blame-ignore-revsdiffbeforeafterboth1# Restructure tests2ade4bc204310b10a0b681b60c2fc9498ddd188c93# Restructure tests, part 24203ce836134aee9779024975517986f0138acc82Makefilediffbeforeafterboth--- 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