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:
authorValery Sizov <vsv2711@gmail.com>2015-11-03 16:05:50 +0300
committerValery Sizov <vsv2711@gmail.com>2015-11-03 16:05:50 +0300
commitb12e17ff5574dd960550a7a4cdf92f22a6e67fb1 (patch)
treef699c23ed73e245855bbc026fd0d1d2e61f4e9ff /doc
parent86c0d8d28983c4f6abbcbf461e422b2fe5962847 (diff)
parent9479496f7584336788fc61121c096dfbcb3f6e4a (diff)
Merge branch 'web_hook_repo_changes'
Diffstat (limited to 'doc')
-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 ef99a69f60a..7d838187a26 100644
--- a/doc/web_hooks/web_hooks.md
+++ b/doc/web_hooks/web_hooks.md
@@ -69,7 +69,10 @@ X-Gitlab-Event: Push Hook
}
}
],
- "total_commits_count": 4
+ "total_commits_count": 4,
+ "added": ["CHANGELOG"],
+ "modified": ["app/controller/application.rb"],
+ "removed": []
}
```