summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 30c97a4..57fc66b 100644
--- a/Makefile
+++ b/Makefile
@@ -41,3 +41,6 @@ third-party/icu4j.jar:
mkdir -p third-party
curl http://download.icu-project.org/files/icu4j/4.8.1/icu4j-4_8_1.jar -o third-party/icu4j.jar
+.git/hooks/commit-msg:
+ curl -k https://git.swift.im/review/tools/hooks/commit-msg -o .git/hooks/commit-msg
+ chmod u+x .git/hooks/commit-msg