diff options
Diffstat (limited to 'tests-clar/resources/template/hooks/post-commit.sample')
-rwxr-xr-x | tests-clar/resources/template/hooks/post-commit.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests-clar/resources/template/hooks/post-commit.sample b/tests-clar/resources/template/hooks/post-commit.sample new file mode 100755 index 00000000..22668216 --- /dev/null +++ b/tests-clar/resources/template/hooks/post-commit.sample @@ -0,0 +1,8 @@ +#!/bin/sh +# +# An example hook script that is called after a successful +# commit is made. +# +# To enable this hook, rename this file to "post-commit". + +: Nothing |