summaryrefslogtreecommitdiff
path: root/tests/resources/template/hooks/update.sample
diff options
context:
space:
mode:
Diffstat (limited to 'tests/resources/template/hooks/update.sample')
-rwxr-xr-xtests/resources/template/hooks/update.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/resources/template/hooks/update.sample b/tests/resources/template/hooks/update.sample
new file mode 100755
index 000000000..3b5f41202
--- /dev/null
+++ b/tests/resources/template/hooks/update.sample
@@ -0,0 +1,9 @@
+#!/bin/sh
+#
+# A sample hook to make sure that the `git_repository_init_ext()` function
+# can correctly copy a hook over and set it up with the correct permissions.
+#
+# To enable a hook, you copy the file and remove the ".sample" suffix, but
+# in this case, we're just making sure it gets copied correctly.
+
+echo "$GIT_DIR"