Commit 3ee4d98e authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'patch-7' into 'master'

Removed copy-pasted "Project merge method" section.

See merge request gitlab-org/gitlab-ee!5844
parents 13e2ca52 86459921
......@@ -31,21 +31,6 @@ There are currently three options for `merge_method` to choose from:
No merge commits are created and all merges are fast-forwarded, which means that merging is only allowed if the branch could be fast-forwarded.
## Project merge method
There are currently three options for `merge_method` to choose from:
* `merge`:
A merge commit is created for every merge, and merging is allowed as long as there are no conflicts.
* `rebase_merge`:
A merge commit is created for every merge, but merging is only allowed if fast-forward merge is possible.
This way you could make sure that if this merge request would build, after merging to target branch it would also build.
* `ff`:
No merge commits are created and all merges are fast-forwarded, which means that merging is only allowed if the branch could be fast-forwarded.
## List all projects
Get a list of all visible projects across GitLab for the authenticated user.
......
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