Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-03-04 21:24:34 +0300
committerValery Sizov <vsv2711@gmail.com>2015-03-04 21:29:25 +0300
commit3d9a766d9f465ef97b259be860891ce35bd04d0b (patch)
tree99a2722082ebcf557f707bf18d6e744d02819bd8 /doc/web_hooks
parent8be36a2c0f8952fd4daae8b7007e687966b5a75f (diff)
Web Hook sends email of pusher
Diffstat (limited to 'doc/web_hooks')
-rw-r--r--doc/web_hooks/web_hooks.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/web_hooks/web_hooks.md b/doc/web_hooks/web_hooks.md
index 29ef5b59bac..3cccd84b063 100644
--- a/doc/web_hooks/web_hooks.md
+++ b/doc/web_hooks/web_hooks.md
@@ -21,6 +21,7 @@ Triggered when you push to the repository except when pushing tags.
"ref": "refs/heads/master",
"user_id": 4,
"user_name": "John Smith",
+ "user_email": "john@example.com",
"project_id": 15,
"repository": {
"name": "Diaspora",