We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185b0d0 commit db39807Copy full SHA for db39807
CHANGELOG.md
@@ -26,6 +26,12 @@ v0.26 + 1
26
27
### Breaking API changes
28
29
+* The `git_merge_file_options` structure now contains a new setting,
30
+ `marker_size`. This allows users to set the size of markers that
31
+ delineate the sides of merged files in the output conflict file.
32
+ By default this is 7 (`GIT_MERGE_CONFLICT_MARKER_SIZE`), which
33
+ produces output markers like `<<<<<<<` and `>>>>>>>`.
34
+
35
v0.26
36
-----
37
0 commit comments