summaryrefslogtreecommitdiff
path: root/doc/web_hooks/web_hooks.md
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-11-05 14:22:05 +0200
committerValery Sizov <valery@gitlab.com>2015-11-05 14:26:35 +0200
commit93bcc9ca7f73ed9e1cd5e3718181e04ba83ed228 (patch)
treeeda19e96167f46a12e7881391e52a818bf238cc2 /doc/web_hooks/web_hooks.md
parent412f8f47a37e6f9c1062e417a2643a6efcac0389 (diff)
parent4f574388fc8594ec6f6e9d719f524912d17c4059 (diff)
downloadgitlab-ce-93bcc9ca7f73ed9e1cd5e3718181e04ba83ed228.tar.gz
Merge remote-tracking branch 'origin/master' into ce_upsteram
Diffstat (limited to 'doc/web_hooks/web_hooks.md')
-rw-r--r--doc/web_hooks/web_hooks.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/web_hooks/web_hooks.md b/doc/web_hooks/web_hooks.md
index 62c647520e2..8d2936a22cc 100644
--- a/doc/web_hooks/web_hooks.md
+++ b/doc/web_hooks/web_hooks.md
@@ -73,7 +73,10 @@ X-Gitlab-Event: Push Hook
}
}
],
- "total_commits_count": 4
+ "total_commits_count": 4,
+ "added": ["CHANGELOG"],
+ "modified": ["app/controller/application.rb"],
+ "removed": []
}
```