git-tar-tree: no more void pointer arithmetic
[git.git] / templates / hooks--applypatch-msg
index bda3c86..02de1ef 100644 (file)
@@ -9,6 +9,7 @@
 #
 # To enable this hook, make this file executable.
 
+. git-sh-setup
 test -x "$GIT_DIR/hooks/commit-msg" &&
        exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"}
 :