Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'proto/operations.proto')
-rw-r--r--proto/operations.proto4
1 files changed, 3 insertions, 1 deletions
diff --git a/proto/operations.proto b/proto/operations.proto
index d1cf73ec3..1ead16681 100644
--- a/proto/operations.proto
+++ b/proto/operations.proto
@@ -270,7 +270,9 @@ message UserMergeToRefRequest {
// first parent of the computed merge. Overrides `branch`.
bytes first_parent_ref = 7;
// Allow conflicts to occur. Any conflict markers will be part of the merge commit.
- // Only text conflicts are handled, tree-based conflicts are not supported.
+ // When tree-based conflicts occur, no conflict markers will be added to the
+ // file on the merge commit. The `Their` side of the conflict will be kept and
+ // `Our` and `Ancestor` will be ignored.
bool allow_conflicts = 8;
// timestamp is the optional timestamp to use for the merge commit. If it's
// not set, the current time will be used.