From: Stephen Haberman Date: Tue, 11 Nov 2008 21:44:24 +0000 (-0600) Subject: Document USER_EMAIL. X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8c543a95ad4fc5e5af5536d81e1fc4baccc1da55;p=git-central.git Document USER_EMAIL. --- diff --git a/server/post-receive-email b/server/post-receive-email index f5350ef..629fb6c 100755 --- a/server/post-receive-email +++ b/server/post-receive-email @@ -27,6 +27,9 @@ # sender address to be set # hooks.post-receive-email.sendmail # The path to sendmail, e.g. /usr/sbin/sendmail or /bin/msmtp +# USER_EMAIL +# Environment variable that should be set by your repository-specific +# post-receive hook. E.g. export USER_EMAIL=${USER}@example.com # # Notes # -----