From 700c66f5dbd691559b54e23fd50a90e07135189f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 25 Oct 2009 04:46:34 -0400 Subject: it seems the reason pkgthing was having problems it it had its own git repo --- pkgthing/git/hooks/post-commit.sample | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 pkgthing/git/hooks/post-commit.sample (limited to 'pkgthing/git/hooks/post-commit.sample') diff --git a/pkgthing/git/hooks/post-commit.sample b/pkgthing/git/hooks/post-commit.sample new file mode 100755 index 0000000..2266821 --- /dev/null +++ b/pkgthing/git/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 -- cgit v1.2.3-54-g00ecf