diff --git a/doc/api/projects.md b/doc/api/projects.md index 2e42e5039cbc2b9fceb1f1528724df6aa36b74d9..119af1c596ed5544aba9b4ca42170102471f2578 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -16,20 +16,6 @@ Values for the project visibility level are: * `public`: The project can be accessed without any authentication. -## 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. - ## Project merge method