From 169381bbce998807c119f291d69b8ae1d8fb5785 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Wed, 7 Nov 2007 17:19:09 -0800 Subject: added some testing files and got some real tests to run --- tests/files/working.git/hooks/post-commit | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/files/working.git/hooks/post-commit (limited to 'tests/files/working.git/hooks/post-commit') diff --git a/tests/files/working.git/hooks/post-commit b/tests/files/working.git/hooks/post-commit new file mode 100644 index 0000000..8be6f34 --- /dev/null +++ b/tests/files/working.git/hooks/post-commit @@ -0,0 +1,8 @@ +#!/bin/sh +# +# An example hook script that is called after a successful +# commit is made. +# +# To enable this hook, make this file executable. + +: Nothing -- cgit