aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 18:11:56 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 18:11:56 +1200
commitf5952200fe81b2b5ffecef32030398ea3db0842c (patch)
treef4d0e6eae723334ca3b3d76a20e3da67e94b0c0b /Makefile
parentAdd some nice comments to post-update Git hook (diff)
downloaddotfiles-f5952200fe81b2b5ffecef32030398ea3db0842c.tar.gz
dotfiles-f5952200fe81b2b5ffecef32030398ea3db0842c.zip
Add an attempt at a commit merge message filter
The idea is to automatically strip out semver version number bumps from commit merge logs, and maybe other nonsense later on. Let's see how well this works.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27b2ad2b..e9d05aeb 100644
--- a/Makefile
+++ b/Makefile
@@ -263,7 +263,8 @@ GAMES = games/aaf \
games/xyzzy \
games/zs
-GIT_TEMPLATE_HOOKS = git/template/hooks/post-update
+GIT_TEMPLATE_HOOKS = git/template/hooks/applypatch-msg \
+ git/template/hooks/post-update
all: $(BINS) git/gitconfig $(GIT_TEMPLATE_HOOKS) gnupg/gpg.conf