mail.sh: avoid use of "post-receive" in messages
commit7a7b60fdf1ec7e18996728bceaa34252ea1296ba
authorKyle J. McKay <mackyle@gmail.com>
Sat, 20 Aug 2016 00:45:19 +0000 (19 17:45 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 20 Aug 2016 00:45:19 +0000 (19 17:45 -0700)
tree291d8b1d41cc8e32fda15f849af4c86e6623b564
parentd0b384ee15dfa958bc6d2383bb61d267de3a1047
mail.sh: avoid use of "post-receive" in messages

The script is not running as a git post-receive hook anymore so
avoid saying that it is.

To that end change the intro to be more concise and generic (so it
can apply to mirrors not just "push" projects) and avoid mentioning
the "hooks/post-receive script".

Also update the fatal error message to say "mail.sh" not "post-receive".

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
taskd/mail.sh