ignore redis log files
@@ -0,0 +1,3 @@
+r7000i.log
+r7001i.log
+r7002i.log
+#!/usr/bin/env bash
+
+exec git config --local blame.ignoreRevsFile git-blame-ignore-revs
@@ -15,3 +15,7 @@ fi
if [ ! -L '.git/hooks/pre-commit' ]; then
ln -sf '../../scripts/git-hook-pre-commit.sh' '.git/hooks/pre-commit'
fi
+if [ ! -L '.git/hooks/post-commit' ]; then
+ ln -sf '../../scripts/git-hook-post-commit.sh' '.git/hooks/post-commit'
+fi