summaryrefslogtreecommitdiff
path: root/doc/user/project/merge_requests/resolve_conflicts.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/project/merge_requests/resolve_conflicts.md')
-rw-r--r--doc/user/project/merge_requests/resolve_conflicts.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/merge_requests/resolve_conflicts.md b/doc/user/project/merge_requests/resolve_conflicts.md
index 44b76ffc8e6..4d7225bd820 100644
--- a/doc/user/project/merge_requests/resolve_conflicts.md
+++ b/doc/user/project/merge_requests/resolve_conflicts.md
@@ -26,6 +26,7 @@ this is similar to performing `git checkout feature; git merge master` locally.
GitLab allows resolving conflicts in a file where all of the below are true:
- The file is text, not binary
+- The file is in a UTF-8 compatible encoding
- The file does not already contain conflict markers
- The file, with conflict markers added, is not over 200 KB in size
- The file exists under the same path in both branches