libgit2/tests-clar/resources/push_src/.gitted/hooks/post-commit.sample
2012-11-28 11:42:37 -05:00

9 lines
160 B
Bash

#!/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