提交 ad597a6a 编写于 作者: R Rémy Coutable

Merge branch 'mr-api-diff-refs-doc' into 'master'

Add diff_refs documentation in single merge requests response.

See merge request gitlab-org/gitlab-ce!21923
......@@ -437,6 +437,11 @@ Parameters:
"id" : 1,
"name" : "Administrator"
},
"diff_refs": {
"base_sha": "1111111111111111111111111111111111111111",
"head_sha": "2222222222222222222222222222222222222222",
"start_sha": "3333333333333333333333333333333333333333"
},
"diverged_commits_count": 2
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册