difftreelog
build blame ignore file
in: master
2 files changed
.git-blame-ignore-revsdiffbeforeafterbothno changes
Makefilediffbeforeafterboth--- 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