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