From 4f36be6d3ae41126828a5e55f57c10588549ca2a Mon Sep 17 00:00:00 2001 From: Peter Farmer Date: Wed, 21 May 2008 09:14:05 +0000 Subject: [PATCH] Added some comments --- post-receive | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/post-receive b/post-receive index 3ef8372..632913d 100755 --- a/post-receive +++ b/post-receive @@ -7,10 +7,15 @@ # CONFIG -FROM="Commits " -TO="commits@hbhosting.co.uk" -BCC="pfarmer@gmail.com" +# FROM - The From address for the commit messages +FROM="Commits" + +# Where to send the commit messages +TO="" +BCC="" + +# export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/git/bin ARGS=`cat` -- 2.11.4.GIT