Blame tests/resources/template/hooks/update.sample

Packit Service 20376f
#!/bin/sh
Packit Service 20376f
#
Packit Service 20376f
# A sample hook to make sure that the `git_repository_init_ext()` function
Packit Service 20376f
# can correctly copy a hook over and set it up with the correct permissions.
Packit Service 20376f
#
Packit Service 20376f
# To enable a hook, you copy the file and remove the ".sample" suffix, but
Packit Service 20376f
# in this case, we're just making sure it gets copied correctly.
Packit Service 20376f
Packit Service 20376f
echo "$GIT_DIR"