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
70b0f128
Commit
70b0f128
authored
Mar 17, 2015
by
Jacques Germishuys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added changelog entries for whitespace and patience merges.
parent
74c37c2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
CHANGELOG.md
+12
-0
No files found.
CHANGELOG.md
View file @
70b0f128
...
...
@@ -3,6 +3,10 @@ v0.22 + 1
### Changes or improvements
*
Patience and minimal diff drivers can now be used for merges.
*
Merges can now ignore whitespace changes.
*
Updated binary identification in CRLF filtering to avoid false positives in
UTF-8 files.
...
...
@@ -20,6 +24,8 @@ v0.22 + 1
### API additions
*
The
`git_merge_options`
gained a
`file_flags`
member.
*
Parsing and retrieving a configuration value as a path is exposed
via
`git_config_parse_path()`
and
`git_config_get_path()`
respectively.
...
...
@@ -42,6 +48,12 @@ v0.22 + 1
### Breaking API changes
*
The
`git_merge_options`
structure member
`flags`
has been renamed
to
`tree_flags`
.
*
The
`git_merge_file_options`
structure member
`tree_flags`
is now
an unsigned int. It was previously a
`git_merge_file_flags_t`
.
*
`GIT_CHECKOUT_SAFE_CREATE`
has been removed. Most users will generally
be able to switch to
`GIT_CHECKOUT_SAFE`
, but if you require missing
file handling during checkout, you may now use
`GIT_CHECKOUT_SAFE |
...
...
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