diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index cd86c096..274f2c6d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -114,6 +114,8 @@ gitconfig: git config notes.rewriteRef refs/notes/commits git config notes.rewriteMode concatenate @mkdir -p .git/hooks + @rm -f .git/hooks/commit-msg* + ln -s ../../contrib/commit-msg .git/hooks/commit-msg @rm -f .git/hooks/sendemail-validate* @if grep -q GIT_SENDEMAIL_FILE_COUNTER `git --exec-path`/git-send-email 2>/dev/null; then \ set -xe; \ |