From 29b5ab554790bb57337a3b6ab9dcd963cf69d22e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:47:08 +0200 Subject: Adding upstream version 1.7.2+ds. Signed-off-by: Daniel Baumann --- tests/resources/template/hooks/update.sample | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 tests/resources/template/hooks/update.sample (limited to 'tests/resources/template/hooks/update.sample') 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" -- cgit v1.2.3