File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,10 @@ v0.25
153153* ` git_remote_connect() ` now accepts ` git_proxy_options ` argument, and
154154 ` git_fetch_options ` and ` git_push_options ` each have a ` proxy_opts ` field.
155155
156+ * ` git_merge_options ` now provides a ` default_driver ` that can be used
157+ to provide the name of a merge driver to be used to handle files changed
158+ during a merge.
159+
156160v0.24
157161-------
158162
@@ -228,10 +232,6 @@ v0.24
228232
229233### Breaking API changes
230234
231- * ` git_merge_options ` now provides a ` default_driver ` that can be used
232- to provide the name of a merge driver to be used to handle files changed
233- during a merge.
234-
235235* The ` git_merge_tree_flag_t ` is now ` git_merge_flag_t ` . Subsequently,
236236 its members are no longer prefixed with ` GIT_MERGE_TREE_FLAG ` but are
237237 now prefixed with ` GIT_MERGE_FLAG ` , and the ` tree_flags ` field of the
You can’t perform that action at this time.
0 commit comments