File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,12 @@ v0.25
150150 If this is ` NULL ` , then it will not be called and the ` exists ` function
151151 will be used instead.
152152
153- * ` git_remote_connect() ` now accepts proxy options.
153+ * ` git_remote_connect() ` now accepts ` git_proxy_options ` argument, and
154+ ` git_fetch_options ` and ` git_push_options ` each have a ` proxy_opts ` field.
155+
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.
154159
155160v0.24
156161-------
@@ -227,10 +232,6 @@ v0.24
227232
228233### Breaking API changes
229234
230- * ` git_merge_options ` now provides a ` default_driver ` that can be used
231- to provide the name of a merge driver to be used to handle files changed
232- during a merge.
233-
234235* The ` git_merge_tree_flag_t ` is now ` git_merge_flag_t ` . Subsequently,
235236 its members are no longer prefixed with ` GIT_MERGE_TREE_FLAG ` but are
236237 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