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
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-05 00:42:31 +0300
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-05 00:42:31 +0300
commit21d660a591c514196116bbc646c713aca23a8f68 (patch)
treed36e6dac84e2c1f22b2674bdbb9ded1f12c50f97 /doc
parent67eb6e9221ae48e603802fb8b9e0ed6dbe83eab2 (diff)
parent3d9a766d9f465ef97b259be860891ce35bd04d0b (diff)
Merge branch 'web_hook_extend' into 'master'
Web Hook sends email of pusher See merge request !1630
Diffstat (limited to 'doc')
-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",