Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6d983652
Commit
6d983652
authored
May 30, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in doc/api/merge_requests.md
parent
4cb2e889
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
doc/api/merge_requests.md
doc/api/merge_requests.md
+0
-3
No files found.
doc/api/merge_requests.md
View file @
6d983652
...
@@ -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
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment