X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=update;h=b4bf495635f4e81172e45273ed154b825b7f3f57;hb=HEAD;hp=ddfc0914cad00aaff35238057b16abb5f0aad8ad;hpb=793dcf7f15927caf18f5fa6f33a8b8446b31f57e;p=git-tools.git diff --git a/update b/update index ddfc091..b4bf495 100755 --- a/update +++ b/update @@ -1,10 +1,11 @@ -#!/bin/sh +#!/bin/bash # # 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