Commit db39807c by Edward Thomson

CHANGELOG: include merge_file conflict marker size

parent 185b0d08
......@@ -26,6 +26,12 @@ v0.26 + 1
### Breaking API changes
* The `git_merge_file_options` structure now contains a new setting,
`marker_size`. This allows users to set the size of markers that
delineate the sides of merged files in the output conflict file.
By default this is 7 (`GIT_MERGE_CONFLICT_MARKER_SIZE`), which
produces output markers like `<<<<<<<` and `>>>>>>>`.
v0.26
-----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment