Document USER_EMAIL.
authorStephen Haberman <stephen@exigencecorp.com>
Tue, 11 Nov 2008 21:44:24 +0000 (15:44 -0600)
committerStephen Haberman <stephen@exigencecorp.com>
Tue, 11 Nov 2008 21:44:24 +0000 (15:44 -0600)
server/post-receive-email

index f5350ef..629fb6c 100755 (executable)
@@ -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
 # -----