summaryrefslogtreecommitdiffstats
path: root/tests/resources/pushoptions.git/hooks/pre-receive
blob: 24f48d34c5496f8c4bb784eea715028bbeb8f49c (plain)
1
2
3
#!/bin/sh
printf "${GIT_PUSH_OPTION_1}${GIT_PUSH_OPTION_2}${GIT_PUSH_OPTION_3}" > "${GIT_PUSH_OPTION_0}"
exit 0