aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Makefile4
-rw-r--r--git/template/hooks/prepare-commit-msg.awk (renamed from git/template/hooks/applypatch-msg.awk)0
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index eac8c28d..23074970 100644
--- a/.gitignore
+++ b/.gitignore
@@ -170,7 +170,7 @@
/games/zs
/git/gitconfig
/git/gitconfig.m4
-/git/template/hooks/applypatch-msg
+/git/template/hooks/prepare-commit-msg
/git/template/hooks/post-update
/gnupg/gpg.conf
/gnupg/gpg.conf.m4
diff --git a/Makefile b/Makefile
index e9d05aeb..dee21d46 100644
--- a/Makefile
+++ b/Makefile
@@ -263,8 +263,8 @@ GAMES = games/aaf \
games/xyzzy \
games/zs
-GIT_TEMPLATE_HOOKS = git/template/hooks/applypatch-msg \
- git/template/hooks/post-update
+GIT_TEMPLATE_HOOKS = git/template/hooks/post-update \
+ git/template/hooks/prepare-commit-msg
all: $(BINS) git/gitconfig $(GIT_TEMPLATE_HOOKS) gnupg/gpg.conf
diff --git a/git/template/hooks/applypatch-msg.awk b/git/template/hooks/prepare-commit-msg.awk
index d1c08c56..d1c08c56 100644
--- a/git/template/hooks/applypatch-msg.awk
+++ b/git/template/hooks/prepare-commit-msg.awk