Commit 6d983652 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in doc/api/merge_requests.md

parent 4cb2e889
...@@ -550,7 +550,6 @@ POST /projects/:id/merge_requests ...@@ -550,7 +550,6 @@ POST /projects/:id/merge_requests
| `remove_source_branch` | boolean | no | Flag indicating if a merge request should remove the source branch when merging | | `remove_source_branch` | boolean | no | Flag indicating if a merge request should remove the source branch when merging |
| `allow_maintainer_to_push` | boolean | no | Whether or not a maintainer of the target project can push to the source branch | | `allow_maintainer_to_push` | boolean | no | Whether or not a maintainer of the target project can push to the source branch |
| `squash` | boolean | no | Squash commits into a single commit when merging | | `squash` | boolean | no | Squash commits into a single commit when merging |
<<<<<<< HEAD
If `approvals_before_merge` is not provided, it inherits the value from the If `approvals_before_merge` is not provided, it inherits the value from the
target project. If it is provided, then the following conditions must hold in target project. If it is provided, then the following conditions must hold in
...@@ -560,8 +559,6 @@ order for it to take effect: ...@@ -560,8 +559,6 @@ order for it to take effect:
value of zero disables approvals for that project.) value of zero disables approvals for that project.)
2. The provided value of `approvals_before_merge` must be greater than the 2. The provided value of `approvals_before_merge` must be greater than the
target project's `approvals_before_merge`. target project's `approvals_before_merge`.
=======
>>>>>>> upstream/master
```json ```json
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment