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-04 06:08:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-04 06:08:50 +0300
commitbb19d18713d1b3da7d564826f5e21e8d9f9f36cd (patch)
tree253b299d67af8b585e1db009244ae308d64ad9b3 /doc/api/merge_request_context_commits.md
parent4fe93274dec62ff7361a67be88e320131d66b788 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/merge_request_context_commits.md')
-rw-r--r--doc/api/merge_request_context_commits.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/api/merge_request_context_commits.md b/doc/api/merge_request_context_commits.md
index 58847dc20ae..260be467a06 100644
--- a/doc/api/merge_request_context_commits.md
+++ b/doc/api/merge_request_context_commits.md
@@ -22,11 +22,11 @@ Parameters:
"parent_ids": null,
"title": "Update README.md to include `Usage in testing and development`",
"message": "Update README.md to include `Usage in testing and development`",
- "author_name": "Luke \"Jared\" Bennett",
- "author_email": "lbennett@gitlab.com",
+ "author_name": "Example \"Sample\" User",
+ "author_email": "user@example.com",
"authored_date": "2017-04-11T10:08:59.000Z",
- "committer_name": "Luke \"Jared\" Bennett",
- "committer_email": "lbennett@gitlab.com",
+ "committer_name": "Example \"Sample\" User",
+ "committer_email": "user@example.com",
"committed_date": "2017-04-11T10:08:59.000Z"
}
]
@@ -57,16 +57,16 @@ POST /projects/:id/merge_requests/
[
{
"id": "6d394385cf567f80a8fd85055db1ab4c5295806f",
- "message": "Added contributing guide\n\nSigned-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>\n",
+ "message": "Added contributing guide\n\nSigned-off-by: Example User <user@example.com>\n",
"parent_ids": [
"1a0b36b3cdad1d2ee32457c102a8c0b7056fa863"
],
"authored_date": "2014-02-27T10:05:10.000+02:00",
- "author_name": "Dmitriy Zaporozhets",
- "author_email": "dmitriy.zaporozhets@gmail.com",
+ "author_name": "Example User",
+ "author_email": "user@example.com",
"committed_date": "2014-02-27T10:05:10.000+02:00",
- "committer_name": "Dmitriy Zaporozhets",
- "committer_email": "dmitriy.zaporozhets@gmail.com"
+ "committer_name": "Example User",
+ "committer_email": "user@example.com"
}
]
```