Skip to content

Commit db39807

Browse files
committed
CHANGELOG: include merge_file conflict marker size
1 parent 185b0d0 commit db39807

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ v0.26 + 1
2626

2727
### Breaking API changes
2828

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+
2935
v0.26
3036
-----
3137

0 commit comments

Comments
 (0)