From 673b6bee4c0aa3feffedf131192f68000e487ef2 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 3 Nov 2006 20:38:38 +0100 Subject: [PATCH 1/1] Improved comments. --- update | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/update b/update index ddfc091..e79958e 100755 --- a/update +++ b/update @@ -1,10 +1,11 @@ #!/bin/sh # # This is a generic update hook script for GIT repositories. +# Written by Martin Mares based on the template from GIT distribution. # # Called by git-receive-pack with arguments: refname sha1-old sha1-new # -# Expects the following environment variables: +# Expects the following environment variables to be set: # # recipient where to send the mail reports to # sub_prefix prefix which should be prepended to mail subject @@ -58,5 +59,5 @@ fi exec >&2 mutt -F/dev/null -x -e 'set charset="utf-8"; set send_charset="us-ascii:iso-8859-2:utf-8"' -s "$subj" "$recipient" <$out -rm $out +#rm $out exit 0 -- 2.39.2