Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
d8f984bc
Commit
d8f984bc
authored
Jan 03, 2017
by
Simon Byrne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move git_merge_options changes to correct location
parent
31c78299
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CHANGELOG.md
+4
-4
No files found.
CHANGELOG.md
View file @
d8f984bc
...
@@ -153,6 +153,10 @@ v0.25
...
@@ -153,6 +153,10 @@ v0.25
*
`git_remote_connect()`
now accepts
`git_proxy_options`
argument, and
*
`git_remote_connect()`
now accepts
`git_proxy_options`
argument, and
`git_fetch_options`
and
`git_push_options`
each have a
`proxy_opts`
field.
`git_fetch_options`
and
`git_push_options`
each have a
`proxy_opts`
field.
*
`git_merge_options`
now provides a
`default_driver`
that can be used
to provide the name of a merge driver to be used to handle files changed
during a merge.
v0.24
v0.24
-------
-------
...
@@ -228,10 +232,6 @@ v0.24
...
@@ -228,10 +232,6 @@ v0.24
### Breaking API changes
### Breaking API changes
*
`git_merge_options`
now provides a
`default_driver`
that can be used
to provide the name of a merge driver to be used to handle files changed
during a merge.
*
The
`git_merge_tree_flag_t`
is now
`git_merge_flag_t`
. Subsequently,
*
The
`git_merge_tree_flag_t`
is now
`git_merge_flag_t`
. Subsequently,
its members are no longer prefixed with
`GIT_MERGE_TREE_FLAG`
but are
its members are no longer prefixed with
`GIT_MERGE_TREE_FLAG`
but are
now prefixed with
`GIT_MERGE_FLAG`
, and the
`tree_flags`
field of the
now prefixed with
`GIT_MERGE_FLAG`
, and the
`tree_flags`
field of the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment