diff options
Diffstat (limited to 'tests/resources/template/hooks/update.sample')
-rwxr-xr-x | tests/resources/template/hooks/update.sample | 9 |
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 0000000..3b5f412 --- /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" |