From 35bb51eec4c196252c6b12c9e9be34e89a7b1768 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 2 Feb 2011 19:38:55 +0000 Subject: place the pre-receive hook in a file, easier to edit --- modules/git/templates/pre-receive | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/git/templates/pre-receive (limited to 'modules/git/templates') diff --git a/modules/git/templates/pre-receive b/modules/git/templates/pre-receive new file mode 100644 index 00000000..7eec7505 --- /dev/null +++ b/modules/git/templates/pre-receive @@ -0,0 +1,5 @@ +#!/bin/bash +echo +echo "This repository is readonly" +echo +false -- cgit v1.2.1