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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-03 06:08:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-03 06:08:31 +0300
commit612a849a6cba1765bc41d30d4e931195dcdf64cf (patch)
treee4062e4c9852496b731a7de9016553b64a7a433d /doc/system_hooks
parentbd8fb5668ae739a83d55ec5ca4a04344eef2167e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/system_hooks')
-rw-r--r--doc/system_hooks/system_hooks.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/system_hooks/system_hooks.md b/doc/system_hooks/system_hooks.md
index c2121697ed4..ccab1a2267c 100644
--- a/doc/system_hooks/system_hooks.md
+++ b/doc/system_hooks/system_hooks.md
@@ -41,7 +41,7 @@ for Push and Tag events, but we never display commits.
**Request header**:
-```
+```plaintext
X-Gitlab-Event: System Hook
```
@@ -396,7 +396,7 @@ It generates one event per modified branch.
**Request header**:
-```
+```plaintext
X-Gitlab-Event: System Hook
```
@@ -462,7 +462,7 @@ It generates one event per modified tag.
**Request header**:
-```
+```plaintext
X-Gitlab-Event: System Hook
```
@@ -516,7 +516,7 @@ updated/merged/closed or a commit is added in the source branch.
**Request header**:
-```
+```plaintext
X-Gitlab-Event: System Hook
```
@@ -643,7 +643,7 @@ Triggered only once when you push to the repository (including tags).
**Request header**:
-```
+```plaintext
X-Gitlab-Event: System Hook
```