summaryrefslogtreecommitdiffstats
path: root/tests/resources/pushoptions.git/hooks/pre-receive
diff options
context:
space:
mode:
Diffstat (limited to 'tests/resources/pushoptions.git/hooks/pre-receive')
-rwxr-xr-xtests/resources/pushoptions.git/hooks/pre-receive3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/resources/pushoptions.git/hooks/pre-receive b/tests/resources/pushoptions.git/hooks/pre-receive
new file mode 100755
index 0000000..24f48d3
--- /dev/null
+++ b/tests/resources/pushoptions.git/hooks/pre-receive
@@ -0,0 +1,3 @@
+#!/bin/sh
+printf "${GIT_PUSH_OPTION_1}${GIT_PUSH_OPTION_2}${GIT_PUSH_OPTION_3}" > "${GIT_PUSH_OPTION_0}"
+exit 0